-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: archival of version 0.25, part 3: manual steps #2167
Merged
pepopowitz
merged 25 commits into
unsupported/0.25
from
pepopowitz/1173-archiving/isolate-0.25-part-3-manual
Jun 5, 2023
Merged
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ea8618a
archiving: delete version version-0.26
pepopowitz 442d458
archiving: delete version version-1.0
pepopowitz 30026c6
archiving: delete version version-1.1
pepopowitz 2f6a4c7
archiving: delete version version-1.2
pepopowitz 3c4019c
archiving: delete version version-1.3
pepopowitz fb1dbb8
archiving: delete version version-8.0
pepopowitz a9a5c2f
archiving: delete version version-8.1
pepopowitz 00423cd
archiving: delete version version-8.2
pepopowitz a8b3adf
archiving: delete version version-8.2
pepopowitz 587045a
archiving: exclude all other versions from the version file
pepopowitz d28b398
archiving: prevent unsupported site from being crawled
pepopowitz 38ab421
archiving: fix Dockerfile for local debugging
pepopowitz 8abd64f
archiving: update docusaurus config to build only 0.25
pepopowitz bfb4071
archiving: update theme components
pepopowitz caf1152
archiving(CI): remove link-checking from build-docs workflow
pepopowitz 5a991ee
archiving(CI): remove link-check workflow
pepopowitz 9eacbb9
archiving(links): update or remove broken links
pepopowitz 9d35da5
archiving(ci): remove the rest of the link-checking from build docs b…
pepopowitz 8b1b224
archiving(config): use an icon that stands out in announcement bar
pepopowitz ebc5bfd
archiving(ci): update publish workflows to push to the right place
pepopowitz a466c4e
archiving(ci): run publish workflows at the correct time
pepopowitz 3daaf78
archiving(ci): fix trigger for prod publish
pepopowitz 9f3cba2
archiving(htaccess): update rewrite rules based on URL structure of i…
pepopowitz 3024f8e
Merge branch 'unsupported/0.25' into pepopowitz/1173-archiving/isolat…
pepopowitz cb854ab
archiving(oops): put the tags-ignore back in, to prevent staging depl…
pepopowitz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing this workflow entirely, as we won't want to run it against the 0.25 site. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
docs/apis-tools/cli-client/assets/gettingstarted_quickstart_advanced.bpmn
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-107 KB
docs/apis-tools/cli-client/assets/operate-advanced-instances-other.png
Binary file not shown.
Binary file removed
BIN
-92.2 KB
docs/apis-tools/cli-client/assets/operate-advanced-instances-pong.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-43.5 KB
docs/apis-tools/cli-client/assets/zeebe-modeler-advanced-process-id.png
Binary file not shown.
Binary file removed
BIN
-72 KB
docs/apis-tools/cli-client/assets/zeebe-modeler-advanced-sequence-flows.png
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is potentially controversial. The sitemap & product link checks are definitely not something we want to run, because this is an isolated site containing only one old version. But the internal links of the app is probably still worth checking, if it's not much work.
Unfortunately it isn't "not much work"! I'd have to alter the steps above that run the webserver to run the app in a /0.25 folder, or else the internal link-checking would fail because of the baseURL of /0.25.
My feeling is that it's fine to remove this link-checking. It's an unsupported version of the docs, and if an internal link gets broken over time, I think we just say forget it.
But if you feel strongly that I should get this internal link-checking working, let me know!!!