-
-
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.
Merge branch 'develop' into feat/dexie
- Loading branch information
Showing
74 changed files
with
4,964 additions
and
3,036 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
.eslintignore | ||
.eslintrc.cjs | ||
.github | ||
.gitignore |
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ dist | |
lib | ||
|
||
# Files | ||
_vars.css | ||
_vars-advanced.css | ||
CHANGELOG.md | ||
emoji-data.* | ||
HISTORY.md | ||
HISTORY.md |
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,4 +1,4 @@ | ||
## docsify | ||
# docsify | ||
|
||
> A magical documentation site generator. | ||
|
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,12 +1,17 @@ | ||
<!-- markdownlint-disable first-line-h1 --> | ||
|
||
![logo](_media/icon.svg) | ||
|
||
# docsify <small>4.13.0</small> | ||
|
||
> A magical documentation site generator. | ||
> A magical documentation site generator | ||
- Simple and lightweight | ||
- No statically built html files | ||
- No statically built HTML files | ||
- Multiple themes | ||
|
||
[Get Started](#docsify) | ||
[GitHub](https://github.com/docsifyjs/docsify/) | ||
[Getting Started](#docsify) | ||
|
||
<!-- ![color](#f0f0f0) --> | ||
<!-- ![](/_media/icon.svg) --> |
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 +1,31 @@ | ||
<h1>To infinity and Beyond!</h1> | ||
<style> | ||
html, | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
min-height: 100%; | ||
} | ||
|
||
body { | ||
background-color: #4158d0; | ||
background-image: linear-gradient( | ||
43deg, | ||
#4158d0 0%, | ||
#c850c0 46%, | ||
#ffcc70 100% | ||
); | ||
color: #fff; | ||
font-family: sans-serif; | ||
} | ||
|
||
main { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
} | ||
</style> | ||
|
||
<main> | ||
<p>Example HTML Page</p> | ||
</main> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.