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

View File

@@ -243,7 +243,7 @@ npm run test:e2e
```
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
@@ -472,7 +472,7 @@ code.
### 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:
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:
- Check our [FAQ](docs/faq.md).
- Check our [FAQ](/docs/faq.md).
- Review existing documentation for examples.
- Open [an issue](https://github.com/google-gemini/gemini-cli/issues) to discuss
your proposed changes.