-
Notifications
You must be signed in to change notification settings - Fork 49
Create docsvswiki.ytag and wikivsdocs.ytag #178
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
Open
its-miroma
wants to merge
2
commits into
FabricMC:main
Choose a base branch
from
its-miroma:dvw
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+52
−0
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| type: alias | ||
| target: faq/dvw |
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,24 @@ | ||
| type: text | ||
|
|
||
| --- | ||
|
|
||
| As part of the Fabric community, you have two main sources of information: the <#1208846408552030238> and the <#543573585869144075>. | ||
| ## Docs | ||
| -# _Official, curated, verified, guiding new modders_ | ||
| ➕ Content is verified and tested, compiled against a reference mod to ensure it’s working | ||
| ➕ Step-by-step tutorials and guides with clean, modern, well-organized information | ||
| ➕ Localised via Crowdin to tens of languages. See <https://crowdin.com/project/fabricmc> | ||
| ➕ Written in Markdown and hosted on GitHub, which makes it easier to contribute to | ||
| ➖ New content and updates may take longer to appear due to verification. | ||
| ➖ Focused primarily on common tasks, with little coverage of advanced or experimental topics | ||
| ➖ May contain less content than the wiki, contributions welcome! | ||
| -# Note: if content has been transfered from the Wiki to the Docs, you may want to check if your username is credited in `authors` in the new file. If not, drop a message in <#1208846408552030238>! | ||
| ## Wiki | ||
| -# _Community-driven, fast-moving, broader in scope_ | ||
| ➕ Well established, as the docs are more recent | ||
| ➕ Frequently and quickly updated by the community, which means quicker access to new information | ||
| ➕ Broader spectrum of modding aspects, including advanced and niche topics | ||
| ➖ Content is not necessarily verified, especially code examples | ||
| ➖ Not always the best for beginners, as the information varies in depth and clarity | ||
| ➖ Some guides might include outdated code or style recommendations | ||
| ➖ May be difficult to contribute to, given the unfamiliar syntax and authentication process | ||
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,2 @@ | ||
| type: alias | ||
| target: faq/wvd |
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,24 @@ | ||
| type: text | ||
|
|
||
| --- | ||
|
|
||
| As part of the Fabric community, you have two main sources of information: the <#543573585869144075> and the <#1208846408552030238>. | ||
| ## Wiki | ||
| -# _Community-driven, fast-moving, broader in scope_ | ||
| ➕ Well established, as the docs are more recent | ||
| ➕ Frequently and quickly updated by the community, which means quicker access to new information | ||
| ➕ Broader spectrum of modding aspects, including advanced and niche topics | ||
| ➖ Content is not necessarily verified, especially code examples | ||
| ➖ Not always the best for beginners, as the information varies in depth and clarity | ||
| ➖ Some guides might include outdated code or style recommendations | ||
| ➖ May be difficult to contribute to, given the unfamiliar syntax and authentication process | ||
| ## Docs | ||
| -# _Official, curated, verified, guiding new modders_ | ||
| ➕ Content is verified and tested, compiled against a reference mod to ensure it’s working | ||
| ➕ Step-by-step tutorials and guides with clean, modern, well-organized information | ||
| ➕ Localised via Crowdin to tens of languages. See <https://crowdin.com/project/fabricmc> | ||
| ➕ Written in Markdown and hosted on GitHub, which makes it easier to contribute to | ||
| ➖ New content and updates may take longer to appear due to verification. | ||
| ➖ Focused primarily on common tasks, with little coverage of advanced or experimental topics | ||
| ➖ May contain less content than the wiki, contributions welcome! | ||
| -# Note: if content has been transfered from the Wiki to the Docs, you may want to check if your username is credited in `authors` in the new file. If not, drop a message in <#1208846408552030238>! |
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.
Not really true, this is the big downside of the docs site. The wiki can be instantly edited without the need for reviews. IMO the wiki is easier to contribute to.
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.
i was referring to the Markdown syntax which is more familiar, plus developers tend to already work with GitHub
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.
though PRs create more friction