mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
feat(docs): Symlink CONTRIBUTING.md in the docs folder so that the site can pick it up. (#12178)
This commit is contained in:
+3
-3
@@ -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.
|
||||||
|
|||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../CONTRIBUTING.md
|
||||||
@@ -9,6 +9,10 @@
|
|||||||
{
|
{
|
||||||
"label": "Architecture Overview",
|
"label": "Architecture Overview",
|
||||||
"slug": "docs/architecture"
|
"slug": "docs/architecture"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Contribution Guide",
|
||||||
|
"slug": "docs/contributing"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user