-
-
Notifications
You must be signed in to change notification settings - Fork 212
feat: Add Adventure docs #573
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ae63684
Add Adventure docs
Strokkur424 8a16fae
pnpm format
Strokkur424 f5d5a5b
Refactor spell checking
Strokkur424 4cb359a
Add fallback json if stuff is broken
Strokkur424 f4417ce
Try to fix compile errors
Strokkur424 6467ca3
Cleanup releases.ts
Strokkur424 30e71f3
Add more debug logging
Strokkur424 8bd7a6c
pnpm format
Strokkur424 c2d7e78
Update to be up-to-date with latest Adventure docs
Strokkur424 7bb1944
Add/improve dynamic mod version fetching
Strokkur424 4729af3
Move adventure changelogs to pages section for manual ToC creation
Strokkur424 4031595
Add prepend tag attribute
Strokkur424 d1d3499
format
Strokkur424 8ab4e5c
refactor: use GitHub releases Atom feed
zlataovce 8f6e8d9
fix: oops
zlataovce 0e09dce
fix: exclude custom pages from link validator
zlataovce cff8729
chore: remove Adventure docs contributing page
zlataovce 28b57ab
refactor: rework social icons for Adventure links
zlataovce 4af64de
refactor: build system dependency references
zlataovce 307f7a1
refactor: rename `.mdx` files to `.md` where no MDX markup is used
zlataovce bbbdce1
refactor: change docs.oracle.com links to Javadoc shortcuts
zlataovce be4e842
refactor: style fixes, add notable index pages to sidebar
zlataovce 8d07c1e
fix: deleted too much
zlataovce fd46ad3
fix: change index page names only in sidebar
zlataovce fc1f73f
fix: comments
zlataovce cbfcfe7
fix: remove automatic Adventure versioning logic
zlataovce e3801aa
feat: move Adventure-supported MC versions to replaceable constant
zlataovce b92315f
chore: move ec config to dedicated file
Strokkur424 708baaa
fix: directly use code blocks to avoid a nasty bug in EC
Strokkur424 9bdf488
chore: add slugs to all pages
Strokkur424 2f51847
chore: bump adventure versions
Strokkur424 9a4aaa6
chore: fix image style in minimessage format page
Strokkur424 38addf1
chore: update with latest kyori docs changes
Strokkur424 7f463ad
chore: apply review comments
Strokkur424 02f5e46
chore: address ollie's comments
Strokkur424 dedcc4e
chore: pnpm format
Strokkur424 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| import { pluginCollapsibleSections } from "@expressive-code/plugin-collapsible-sections"; | ||
| import { pluginLineNumbers } from "@expressive-code/plugin-line-numbers"; | ||
| import miniMessageHighlight from "./src/utils/shiki/mm.tmLanguage.json" with { type: "json" }; | ||
|
|
||
| /** @type {import('@astrojs/starlight/expressive-code').StarlightExpressiveCodeOptions} */ | ||
| export default { | ||
| plugins: [pluginLineNumbers(), pluginCollapsibleSections()], | ||
| defaultProps: { | ||
| showLineNumbers: false, | ||
| collapseStyle: "collapsible-start", | ||
| }, | ||
| frames: { | ||
| extractFileNameFromCode: false, | ||
| }, | ||
| emitExternalStylesheet: false, | ||
| shiki: { | ||
| langs: [miniMessageHighlight], | ||
| }, | ||
| }; |
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.