Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
docs: move remaining docs files into website#5984
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
JoshuaKGoldberg wants to merge24 commits intotypescript-eslint:blog-asts-and-typescript-eslintfromJoshuaKGoldberg:docs-onboard-remaining-files
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes fromall commits
Commits
Show all changes
24 commits Select commitHold shift + click to select a range
61f994c
[WIP] chore: move remaining docs files into website
JoshuaKGoldbergdaf8a3c
Updated code comments
JoshuaKGoldberg95de517
Merge branch 'main'
JoshuaKGoldbergec156dd
Cleaned up README.mds
JoshuaKGoldberg788fc91
Added Architecture.md
JoshuaKGoldbergb65aaeb
Removed docs/ prefix from URLs
JoshuaKGoldberg8083184
Massaged internal links
JoshuaKGoldberg0711994
Moved ASTs page to blog post
JoshuaKGoldberg54b22a5
Corrected inter-links
JoshuaKGoldberg497fa4a
Added more redircts
JoshuaKGoldberg4568422
Split up Contributing
JoshuaKGoldberg43c06b5
Fixed Markdown linting
JoshuaKGoldberg724c2df
Correctly fixed linting
JoshuaKGoldberg1e89b1a
Went the other way fixing markdown linting
JoshuaKGoldberg216da45
Another cspell complaint
JoshuaKGoldbergda5e181
Merge branch 'main' into docs-onboard-remaining-files
JoshuaKGoldberg1bc9c50
Updated snapshot
JoshuaKGoldberg2524c52
A bit more standardization
JoshuaKGoldberg2caa764
Casing fixes
JoshuaKGoldberg537e98a
One more casing fix
JoshuaKGoldberg9a32a5e
Fixed up many /docs references
JoshuaKGoldberg78c1a6c
Merge branch 'blog-asts-and-typescript-eslint'
JoshuaKGoldberg4824f3a
a little more merging
JoshuaKGoldberg9dd67e6
Merge branch 'blog-asts-and-typescript-eslint'
JoshuaKGoldbergFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion.github/DISCUSSION_TEMPLATE/rfcs.yml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/01-bug-report-plugin.yaml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/02-enhancement-rule-option.yaml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/03-enhancement-new-rule.yaml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/04-enhancement-new-base-rule-extension.yaml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/05-documentation-request.yml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/06-bug-report-other.yaml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/07-enhancement-other.yaml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/08-bug-report-complex.yaml
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
2 changes: 1 addition & 1 deletion.github/ISSUE_TEMPLATE/09-config-change.yaml
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
4 changes: 2 additions & 2 deletions.github/ISSUE_TEMPLATE/config.yml
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
2 changes: 1 addition & 1 deletion.github/replies.yml
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
110 changes: 2 additions & 108 deletionsCONTRIBUTING.md
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 |
---|---|---|
@@ -1,110 +1,4 @@ | ||
# Contributing | ||
See **https://typescript-eslint.io/contributing** for our contributing guidelines. | ||
Thanks! 💖 |
69 changes: 2 additions & 67 deletionsDEVELOPMENT.md
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 |
---|---|---|
@@ -1,69 +1,4 @@ | ||
# Development | ||
See **https://typescript-eslint.io/contributing/development** for our development instructions. | ||
Thanks! 💖 |
85 changes: 5 additions & 80 deletionsREADME.md
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.
Uh oh!
There was an error while loading.Please reload this page.
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.