You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -557,7 +557,7 @@ The documentation uses a dynamic versioning system that outputs standard HTML si
557
557
558
558
**Search Indexing:** All deployment workflows automatically execute `npx pagefind --site public` to generate a version-scoped search index specific to that deployment's base URL.
559
559
560
-
There are 6 GHA workflows we use to achieve document versioning (each deployment scenario has one workflow for GitHub Pages and one for Cloudflare Pages):
560
+
There are 3 GHA workflows we use to achieve document versioning:
561
561
562
562
1. **Deploy In-development docs:**
563
563
This workflow is run on every commit merged into the main branch. It deploys
@@ -567,7 +567,7 @@ There are 6 GHA workflows we use to achieve document versioning (each deployment
567
567
1. **Deploy Versioned Docs:**
568
568
When a new GitHub Release is published, it performs two deployments based on
569
569
the new release tag. One to the new version subdirectory and one to the root
570
-
directory of the versioned-gh-pages branch.
570
+
directory of the cloudflare-pages branch.
571
571
572
572
**Note:** Before the release PR from release-please is merged, add the
573
573
newest version into the hugo.toml file.
@@ -578,7 +578,7 @@ There are 6 GHA workflows we use to achieve document versioning (each deployment
578
578
were released before this new system was in place. This workflow can be
579
579
started on the UI by providing the git version tag which you want to create
580
580
the documentation for. The specific versioned subdirectory and the root docs
0 commit comments