File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -46,4 +46,24 @@ Typically this task is performed by the Integration team using the following ste
4646
4747# # Archiving a version of the docs
4848
49- This procedure has not yet been completed and documentation will be created when we do so.
49+ The archival of a set of documentation usually happens immediately after the forking of documentation for the latest version.
50+
51+ 1. After the Pull Request for this new version has been accepted, navigate to the Deploy Logs, and locate it' s "Permalink".
52+ 1. Remove the entire folder from `versioned_docs` and `versioned_sidebars`:
53+
54+ ```bash
55+ rm -rf versioned_docs/version-4.3 versioned_sidebars/version-4.3-*
56+ ```
57+
58+ 1. Commit the changes
59+ 1. Update any remaining references to the version:
60+ 1. Open the `versionsArchived.json` file and add the full link to the Netlify build.
61+ 1. Open the `versions.json` file and remove the version from the list
62+ 1. Search for any remaining occurrences as a path, for example:
63+
64+ ```bash
65+ ag ' /4\. 3/'
66+ ```
67+
68+ 1. Commit these changes
69+ 1. Create a pull request
You can’t perform that action at this time.
0 commit comments