Migrated repository
Go to file
2020-05-14 08:51:50 +08:00
.github chore: update issue template for bug 2020-03-23 21:23:51 +05:30
.vscode chore: documented __colon__ tip (#1025) 2020-02-14 20:41:53 +05:30
build
cypress feat: new option hideSidebar (#1026) 2020-02-20 22:19:31 +05:30
docs chore: updated dep and docs 2020-03-25 13:35:34 +05:30
packages/docsify-server-renderer fix: upgrade docsify from 4.10.2 to 4.11.2 2020-03-31 21:31:48 +00:00
src Update component.js 2020-05-14 08:51:50 +08:00
test tests: fixed unit tests 2020-03-09 20:50:11 +05:30
.eslintignore chore: added new linter config (#1028) 2020-02-20 14:01:04 +05:30
.eslintrc.js chore: added new linter config (#1028) 2020-02-20 14:01:04 +05:30
.gitignore
.gitpod.yml [gitpod-setup] fix the preview opening issue. 2020-03-14 07:31:11 +00:00
.npmignore
.prettierrc.js chore: added new linter config (#1028) 2020-02-20 14:01:04 +05:30
CHANGELOG.md chore: add changelog 4.11.3 2020-03-25 14:27:53 +05:30
CONTRIBUTING.md
cypress.json
HISTORY.md
index.html
lerna.json
LICENSE
package-lock.json chore: updated dep and docs 2020-03-25 13:35:34 +05:30
package.json v4.11.3 2020-03-24 20:08:55 +05:30
README.md [gitpod-setup] fix the preview opening issue. 2020-03-14 07:31:11 +00:00
server.js

docsify

A magical documentation site generator.

Backers on Open Collective Sponsors on Open Collective Unit tests Suite Linting Checks Testing the e2e test suites npm donate gitter Gitpod Ready-to-Code

Gold Sponsor via Open Collective

Features

  • No statically built html files
  • Simple and lightweight (~21kB gzipped)
  • Smart full-text search plugin
  • Multiple themes
  • Useful plugin API
  • Compatible with IE11
  • Support SSR (example)
  • Support embedded files

Quick start

Look at this tutorial

Edit 307qqv236

Showcase

These projects are using docsify to generate their sites. Pull requests welcome 😊

Move to awesome-docsify

Similar projects

Project Description
docute 📜 Effortlessly documentation done right
docpress Documentation website generator

Contributing

Online one-click setup for Contributing

You can use Gitpod(A free online VS Code-like IDE) for contributing. With single click it'll launch a workspace and automatically:

  • clone the docsify repo.
  • install the dependencies.
  • start npm run dev.

So that you can start straight away.

Open in Gitpod

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

Development

npm run bootstrap && npm run dev

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Contributors

This project exists thanks to all the people who contribute. [Contribute].

License

MIT