Skip to content

Commit f4088ef

Browse files
authored
Merge pull request #1561 from andrewnicols/remove401404
Remove 4.1 and 4.4
2 parents c1e92ae + 841582d commit f4088ef

535 files changed

Lines changed: 10 additions & 65668 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

general/documentation/forking-versions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Further information about this functionality is available in the [Docusaurus doc
1717

1818
## Creating a new version of the docs {/* #creating-a-new-version-of-the-docs */}
1919

20-
Typically this task is performed by the Integration team using the following steps:
20+
Typically this task is performed using the following steps:
2121

2222
1. Ensure that all pending appropriate merge requests have been merged
2323
1. Ensure that your local branch is up-to-date
@@ -48,14 +48,16 @@ Typically this task is performed by the Integration team using the following ste
4848

4949
The archival of a set of documentation usually happens immediately after the forking of documentation for the latest version.
5050

51-
1. After the Pull Request for this new version has been accepted, navigate to the Deploy Logs, and locate its "Permalink".
51+
1. Create a new branch `archive/[version]`, for example `archive/4.3`
52+
1. Push the branch to the authoritative GitHub repository
53+
1. Log in to Netlify and navigate to the [Deploy Logs](https://app.netlify.com/projects/moodledevdocs/deploys)
54+
1. Locate the build and copy its Permalink.
5255
1. Remove the entire folder from `versioned_docs` and `versioned_sidebars`:
5356

5457
```bash
5558
rm -rf versioned_docs/version-4.3 versioned_sidebars/version-4.3-*
5659
```
5760

58-
1. Commit the changes
5961
1. Update any remaining references to the version:
6062
1. Open the `versionsArchived.json` file and add the full link to the Netlify build.
6163
1. Open the `versions.json` file and remove the version from the list

versioned_docs/version-4.1/_utils.tsx

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)