New doc site needs indexes.
This commit is contained in:
parent
8a90db9e33
commit
417c0cb2d3
8 changed files with 37 additions and 4 deletions
|
@ -1,7 +1,17 @@
|
|||
## The GitLab Documentation covers the following subjects
|
||||
|
||||
+ [API](api/README.md)
|
||||
+ [API](api/)
|
||||
+ [API](api)
|
||||
+ [API](/api/)
|
||||
+ [API](/api)
|
||||
+ [Development](development/README.md)
|
||||
+ [Install](install/README.md)
|
||||
+ [Integration](external-issue-tracker/README.md)
|
||||
+ [Legal](legal/README.md)
|
||||
+ [Markdown](markdown/markdown.md)
|
||||
+ [Permissions](permissions/permissions.md)
|
||||
+ [Public access](public_access/public_access.md)
|
||||
+ [Raketasks](raketasks/README.md)
|
||||
+ [Release](release/README.md)
|
||||
+ [Security](security/README.md)
|
||||
+ [System hooks](system_hooks/system_hooks.md)
|
||||
+ [Update](update/README.md)
|
||||
+ [Web hooks](web_hooks/web_hooks.md)
|
||||
+ [Workflow](workflow/workflow.md)
|
||||
|
|
2
doc/development/README.md
Normal file
2
doc/development/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
+ [Architecture](architecture.md)
|
||||
+ [Shell commands](shell_commands.md)
|
4
doc/install/README.md
Normal file
4
doc/install/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
+ [Installation](installation.md)
|
||||
+ [Requirements](requirements.md)
|
||||
+ [Structure](structure.md)
|
||||
+ [Database MySQL](database_mysql.md)
|
2
doc/legal/README.md
Normal file
2
doc/legal/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
+ [Corporate contributor license agreement](corporate_contributor_license_agreement.md)
|
||||
+ [Individual contributor license agreement](individual_contributor_license_agreement.md)
|
6
doc/raketasks/README.md
Normal file
6
doc/raketasks/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+ [Backup restore](backup_restore.md)
|
||||
+ [Cleanup](cleanup.md)
|
||||
+ [Features](features.md)
|
||||
+ [Maintenance](maintenance.md)
|
||||
+ [User management](user_management.md)
|
||||
+ [Web hooks](web_hooks.md)
|
2
doc/release/README.md
Normal file
2
doc/release/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
+ [Monthly](monthly.md)
|
||||
+ [Security](security.md)
|
2
doc/security/README.md
Normal file
2
doc/security/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
+ [Password length limits](password_length_limits.md)
|
||||
+ [Rack attack](rack_attack.md)
|
5
doc/update/README.md
Normal file
5
doc/update/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+ [The indivual upgrade guides](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/update)
|
||||
+ [Uprader](upgrader.md)
|
||||
+ [Ruby](ruby.md)
|
||||
+ [Patch versions](patch_versions.md)
|
||||
+ [MySQL to Postgress](mysql_to_postgress.md)
|
Loading…
Reference in a new issue