-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Ensure code format #2138
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
Ensure code format #2138
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b9fe1ce
chore: add missing Vue support for Vercel builds
trusktr 9f8c3c9
refactor: move some functions and module-level state into classes as …
trusktr 7c32ad8
chore: add prettier code format check to our lint script, and add a p…
trusktr 5591849
chore: update issue/pr templates
trusktr 3bef45b
chore: apply our format to the whole code base
trusktr 1629718
Merge branch 'develop' into ensure-code-format
Koooooo-7 b8b8b3a
fix: fix ci lint.
Koooooo-7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discord - the community chat | ||
url: https://discord.gg/3NwKFyR | ||
about: Join Discord community and chat about Docsify | ||
url: https://discord.gg/docsify | ||
about: Join the Discord community and chat about Docsify |
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,25 +1,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
<!-- Please don't delete this template or we'll close your issue --> | ||
<!-- Please use English language --> | ||
<!-- Before creating an issue please make sure you are using the latest version of Docsify. --> | ||
<!-- Please ask questions on StackOverflow 👉 https://stackoverflow.com/questions/ask?tags=docsify --> | ||
|
||
## Feature request | ||
|
||
#### What problem does this feature solve? | ||
|
||
<!-- | ||
Please don't delete this template or we'll close your issue. | ||
Please write in English. | ||
Before creating an issue please make sure you are using the latest version of Docsify. | ||
Please ask questions on StackOverflow (👉 https://stackoverflow.com/questions/ask?tags=docsify) | ||
or in our Discord chat server (👉 https://discord.gg/docsify). | ||
--> | ||
|
||
## Feature request | ||
|
||
#### What does the proposed API look like? | ||
#### Problem or desire | ||
|
||
<!-- Describe what problem this feature will solve. --> | ||
|
||
#### Proposal | ||
|
||
#### How should this be implemented in your opinion? | ||
<!-- What does the proposed feature look like? --> | ||
|
||
#### Implementation | ||
|
||
<!-- | ||
How should the feature be implemented in your opinion? | ||
|
||
#### Are you willing to work on this yourself? | ||
We have limited free time. Please consider contributing, or donating to our | ||
OpenCollective (👉 https://opencollective.com/docsify/donate), to help get this | ||
feature added and to advance Docsify. | ||
--> |
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ ports: | |
onOpen: ignore | ||
vscode: | ||
extensions: | ||
- [email protected]:xX39oruAJ5UQzTNVRdbBaQ== | ||
- [email protected]:xX39oruAJ5UQzTNVRdbBaQ== |
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,6 @@ | ||
CHANGELOG.md | ||
HISTORY.md | ||
lib/ | ||
themes/ | ||
_playwright-*/ | ||
emoji-data.* |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ If you believe you have found a security vulnerability in docsify, please report | |
|
||
**Please do not report security vulnerabilities through our public GitHub issues.** | ||
|
||
Send email via :email: [email protected] to us. | ||
Send email to us via :email: [email protected]. | ||
|
||
Please include as much of the following information as possible to help us better understand the possible issue: | ||
|
||
|
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.