feat(docs): Symlink CONTRIBUTING.md in the docs folder so that the site can pick it up. (#12178)

This commit is contained in:
Richie Foreman
2025-10-28 19:24:04 -04:00
committed by GitHub
parent 601a639f95
commit cca41edc6e
3 changed files with 8 additions and 3 deletions
+3 -3
View File
@@ -243,7 +243,7 @@ npm run test:e2e
``` ```
For more detailed information on the integration testing framework, please see For more detailed information on the integration testing framework, please see
the [Integration Tests documentation](./docs/integration-tests.md). the [Integration Tests documentation](/docs/integration-tests.md).
### Linting and preflight checks ### Linting and preflight checks
@@ -472,7 +472,7 @@ code.
### Documentation structure ### Documentation structure
Our documentation is organized using [sidebar.json](docs/sidebar.json) as the Our documentation is organized using [sidebar.json](/docs/sidebar.json) as the
table of contents. When adding new documentation: table of contents. When adding new documentation:
1. Create your markdown file **in the appropriate directory** under `/docs`. 1. Create your markdown file **in the appropriate directory** under `/docs`.
@@ -524,7 +524,7 @@ Before submitting your documentation pull request, please:
If you have questions about contributing documentation: If you have questions about contributing documentation:
- Check our [FAQ](docs/faq.md). - Check our [FAQ](/docs/faq.md).
- Review existing documentation for examples. - Review existing documentation for examples.
- Open [an issue](https://github.com/google-gemini/gemini-cli/issues) to discuss - Open [an issue](https://github.com/google-gemini/gemini-cli/issues) to discuss
your proposed changes. your proposed changes.
+1
View File
@@ -0,0 +1 @@
../CONTRIBUTING.md
+4
View File
@@ -9,6 +9,10 @@
{ {
"label": "Architecture Overview", "label": "Architecture Overview",
"slug": "docs/architecture" "slug": "docs/architecture"
},
{
"label": "Contribution Guide",
"slug": "docs/contributing"
} }
] ]
}, },