mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-08-23 02:12:16 +00:00
update to mention versioning in docs readme
We sometimes get questions about how to contribute. We have a lot of information on internal sites but it isn't very easy to find. We might want to make more of that information public on Github, as it makes it easier to collaborate if it's in such a visible place. Adding some simplified info about versioning as it comes up frequently.
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
To get started, fork and clone the rancher-docs repository.
|
||||
|
||||
Our repository doesn't allow you to make changes directly to the `main` branch. Create a working branch and make pull requests from your fork to [rancher/rancher-docs](https://github.com/rancher/rancher-docs).
|
||||
Our repository doesn't allow you to make changes directly to the `main` branch. Create a working branch and make pull requests from your fork to [rancher/rancher-docs](https://github.com/rancher/rancher-docs).
|
||||
|
||||
For most updates, you'll need to update a file in `/docs`, and the corresponding file in `/versioned_docs/version-2.7`. If a change affects older versions, you can find files documenting Rancher v2.0 and later in the `/versioned_docs` directory.
|
||||
|
||||
If a file is moved or renamed, you'll also need to update the `sidebars.js` files for each version, and the list of redirects in `docusaurus.config.js`.
|
||||
|
||||
## Style & Formatting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user