Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f2e15a3a
Commit
f2e15a3a
authored
Jul 08, 2021
by
Raimund Hook
Committed by
Achilleas Pipinellis
Jul 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganise Development docs landing page
parent
3c16458c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
44 deletions
+69
-44
doc/development/index.md
doc/development/index.md
+69
-44
No files found.
doc/development/index.md
View file @
f2e15a3a
...
...
@@ -152,63 +152,96 @@ In these cases, use the following workflow:
## Backend guides
### General
-
[
Directory structure
](
directory_structure.md
)
-
[
GitLab utilities
](
utilities.md
)
-
[
Issuable-like Rails models
](
issuable-like-models
.md
)
-
[
Newlines style guide
](
newlines_styleguide
.md
)
-
[
Logging
](
logging.md
)
-
[
API style guide
](
api_styleguide.md
)
for contributing to the API
-
[
GraphQL API style guide
](
api_graphql_styleguide.md
)
for contributing to the
[
GraphQL API
](
../api/graphql/index.md
)
-
[
Sidekiq guidelines
](
sidekiq_style_guide.md
)
for working with Sidekiq workers
-
[
Working with Gitaly
](
gitaly.md
)
-
[
Manage feature flags
](
feature_flags/index.md
)
-
[
Licensed feature availability
](
licensed_feature_availability.md
)
-
[
Dealing with email/mailers
](
emails.md
)
-
[
Shell commands
](
shell_commands.md
)
in the GitLab codebase
-
[
Kubernetes integration guidelines
](
kubernetes.md
)
-
[
Permissions
](
permissions.md
)
-
[
Code comments
](
code_comments.md
)
-
[
Windows Development on GCP
](
windows.md
)
-
[
FIPS compliance
](
fips_compliance.md
)
-
[
`Gemfile` guidelines
](
gemfile.md
)
-
[
Pry debugging
](
pry_debugging.md
)
-
[
Sidekiq debugging
](
../administration/troubleshooting/sidekiq.md
)
-
[
Accessing session data
](
session.md
)
### Things to be aware of
-
[
Gotchas
](
gotchas.md
)
to avoid
-
[
Avoid modules with instance variables
](
module_with_instance_variables.md
)
, if
possible
-
[
How to dump production data to staging
](
db_dump.md
)
-
[
Working with the GitHub importer
](
github_importer.md
)
-
[
Import/Export development documentation
](
import_export.md
)
-
[
Test Import Project
](
import_project.md
)
-
[
Group migration
](
bulk_import.md
)
-
[
Elasticsearch integration docs
](
elasticsearch.md
)
-
[
Working with Merge Request diffs
](
diffs.md
)
-
[
Kubernetes integration guidelines
](
kubernetes.md
)
-
[
Permissions
](
permissions.md
)
-
[
Guidelines for reusing abstractions
](
reusing_abstractions.md
)
### Rails Framework related
-
[
Routing
](
routing.md
)
-
[
Rails initializers
](
rails_initializers.md
)
-
[
Mass Inserting Models
](
mass_insert.md
)
-
[
Issuable-like Rails models
](
issuable-like-models.md
)
-
[
Issue types vs first-class types
](
issue_types.md
)
-
[
DeclarativePolicy framework
](
policies.md
)
### Debugging
-
[
Pry debugging
](
pry_debugging.md
)
-
[
Sidekiq debugging
](
../administration/troubleshooting/sidekiq.md
)
### Git specifics
-
[
How Git object deduplication works in GitLab
](
git_object_deduplication.md
)
-
[
Geo development
](
geo.md
)
-
[
Routing
](
routing.md
)
-
[
Repository mirroring
](
repository_mirroring.md
)
-
[
Git LFS
](
lfs.md
)
### API
-
[
API style guide
](
api_styleguide.md
)
for contributing to the API
-
[
GraphQL API style guide
](
api_graphql_styleguide.md
)
for contributing to the
[
GraphQL API
](
../api/graphql/index.md
)
### GitLab components and features
-
[
Developing against interacting components or features
](
interacting_components.md
)
-
[
Manage feature flags
](
feature_flags/index.md
)
-
[
Licensed feature availability
](
licensed_feature_availability.md
)
-
[
Accessing session data
](
session.md
)
-
[
How to dump production data to staging
](
db_dump.md
)
-
[
Geo development
](
geo.md
)
-
[
Redis guidelines
](
redis.md
)
-
[
Sidekiq guidelines
](
sidekiq_style_guide.md
)
for working with Sidekiq workers
-
[
Working with Gitaly
](
gitaly.md
)
-
[
Elasticsearch integration docs
](
elasticsearch.md
)
-
[
Working with Merge Request diffs
](
diffs.md
)
-
[
Approval Rules
](
approval_rules.md
)
-
[
Repository mirroring
](
repository_mirroring.md
)
-
[
File uploads
](
uploads.md
)
-
[
Auto DevOps development guide
](
auto_devops.md
)
-
[
Mass Inserting Models
](
mass_insert.md
)
-
[
Value Stream Analytics development guide
](
value_stream_analytics.md
)
-
[
Issue types vs first-class types
](
issue_types.md
)
-
[
Application limits
](
application_limits.md
)
-
[
Redis guidelines
](
redis.md
)
-
[
Rails initializers
](
rails_initializers.md
)
-
[
Code comments
](
code_comments.md
)
-
[
Renaming features
](
renaming_features.md
)
-
[
Windows Development on GCP
](
windows.md
)
-
[
Code Intelligence
](
code_intelligence/index.md
)
-
[
Approval Rules
](
approval_rules.md
)
-
[
Feature categorization
](
feature_categorization/index.md
)
-
[
Wikis development guide
](
wikis.md
)
-
[
Newlines style guide
](
newlines_styleguide.md
)
-
[
Image scaling guide
](
image_scaling.md
)
-
[
Export to CSV
](
export_csv.md
)
-
[
Cascading Settings
](
cascading_settings.md
)
-
[
FIPS compliance
](
fips_compliance.md
)
-
[
Shell commands
](
shell_commands.md
)
in the GitLab codebase
-
[
Value Stream Analytics development guide
](
value_stream_analytics.md
)
-
[
Application limits
](
application_limits.md
)
### Import/Export
-
[
Working with the GitHub importer
](
github_importer.md
)
-
[
Import/Export development documentation
](
import_export.md
)
-
[
Test Import Project
](
import_project.md
)
-
[
Group migration
](
bulk_import.md
)
-
[
Export to CSV
](
export_csv.md
)
## Language-specific guides
### Go guides
-
[
Go Guidelines
](
go_guide/index.md
)
### Shell Scripting guides
-
[
Shell scripting standards and style guidelines
](
shell_scripting_guide/index.md
)
## Performance guides
...
...
@@ -279,14 +312,6 @@ See [database guidelines](database/index.md).
-
[
Licensing
](
licensing.md
)
for ensuring license compliance
## Go guides
-
[
Go Guidelines
](
go_guide/index.md
)
## Shell Scripting guides
-
[
Shell scripting standards and style guidelines
](
shell_scripting_guide/index.md
)
## Domain-specific guides
-
[
CI/CD development documentation
](
cicd/index.md
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment