-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add missing Vue support for Vercel builds * refactor: move some functions and module-level state into classes as private methods and properties to start to encapsulate Docsify Also some small tweaks: - move initGlobalAPI out of Docsify.js to start to encapsulate Docsify - move ajax to utils folder - fix some type definitions and improve content in some JSDoc comments - use concise class field syntax - consolidate duplicate docsify-ignore comment removal code This handles a task in [Simplify and modernize Docsify](#2104), as well as works towards [Encapsulating Docsify](#2135). * chore: add prettier code format check to our lint script, and add a prettier script for manually formatting the whole code base * chore: update issue/pr templates * chore: apply our format to the whole code base --------- Co-authored-by: Koy <[email protected]> Co-authored-by: i544693 <[email protected]>
- Loading branch information
1 parent
6464cf5
commit 7bbf13d
Showing
51 changed files
with
1,217 additions
and
1,152 deletions.
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
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
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 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 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 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 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 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 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 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 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.
7bbf13d
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.
Successfully deployed to the following URLs:
docsify-preview – ./
docsify-preview.vercel.app
docsify-preview-docsifyjs.vercel.app
docsify-preview-git-develop-docsifyjs.vercel.app
docsifyjs.org
www.docsifyjs.org