Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thryvos committed Apr 20, 2020
0 parents commit b57213d
Show file tree
Hide file tree
Showing 7 changed files with 974 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## NoteHuz

> A magical documentation site generator.
## What it is

docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an `index.html` and [deploy it on GitHub Pages](deploy.md).

See the [Quick start](quickstart.md) guide for more details.

## Features

- No statically built html files
- Simple and lightweight (~21kB gzipped)
- Smart full-text search plugin
- Multiple themes
- Useful plugin API
- Emoji support
- Compatible with IE11
- Support server-side rendering ([example](https://github.com/docsifyjs/docsify-ssr-demo))

## Examples

Check out the [Showcase](https://github.com/docsifyjs/awesome-docsify#showcase) to see docsify in use.

## Donate

Please consider donating if you think docsify is helpful to you or that my work is valuable. I am happy if you can help me [buy a cup of coffee](https://github.com/QingWei-Li/donate). :heart:

## Community

Users and the development team are usually in the [Gitter chat room](https://gitter.im/docsifyjs/Lobby).
11 changes: 11 additions & 0 deletions _coverpage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# docsify <small>4.11.3</small>

> A magical documentation site generator.
- Simple and lightweight (~21kB gzipped)
- No statically built html files
- Multiple themes

[GitHub](https://github.com/jinlong80/)
[Getting Started](#NoteHuz)
6 changes: 6 additions & 0 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Translations
- [:uk: English](/)
- [:cn: 中文](/zh-cn/)
- [:de: Deutsch](/de-de/)
- [:es: Spanish](/es/)
- [:ru: Russian](/ru/)
40 changes: 40 additions & 0 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- Android

- Backend

- [Docker](docker.md)
- [Certificate](certificate.md)
- [EMQX](emqx.md)
- [Forever](forever.md)
- [GitLab](gitlab.md)
- [GoLang](golang.md)
- [IPTABLES](iptables.md)
- [Kafka](kafka.md)
- [MongoDb](mongodb.md)
- [MongoShake](mongoShake.md)
- [Mosquitto](mosquitto.md)
- [NPM](npm.md)
- [NVM](nvm.md)
- [SSH](ssh.md)
- [UFW](ufw.md)

- Frontend

- Hackintosh

- Firmware

- iOS
- [Xcode](xcode.md)
- MACOS

- Tools
- Terminal
- [Visual Studio Code](visual_studio_code.md)
- [Webstorm](webstorm.md)
- Platform IO

- Others
- TLS
- SSH
- Tasmota
Loading

0 comments on commit b57213d

Please sign in to comment.