Skip to content

mishakogan/docsify-js-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocsifyJS Template 📒 🕸

Starter template for a markdown-based docs site

GitHub tag License

Made with latest Docsify Hosted with GH Pages

Preview


View site - GH Pages

Use this template

Features

  • 🏭 Template for a SPA modern docs site.
  • 📗 Use your awesome project's existing markdown files.
  • 🤩 Light on code – just add a single HTML file and optionally add cover page and navbar config.
  • 🚀 Easy to host as a static site on GitHub Pages. No build step needed.

Purpose

How to use this project

  • Create a new repo from the template and host it on GitHub Pages immediately. This is good for trying out Docsify or building a site project from scratch.
  • Use this project as a base - follow instructions to download just the necessary files to your existing repo's docs directory
  • View the live demo site to see what you'll get.

For more info on Docsify, see my DocsifyJS Tutorial. That covers intro to DocsifyJS, including installation, running and configuration. If you look at the repo, that has has more content and configuration than this relatively plain template site.

How to use Docsify in your projects

Copy files

Use one of the approaches below to setup Docsify in your own project.

A. Use this template

Create a new forked project based on this template by clicking the button below. You'll get a fork in your own repo.

Use this template

You could start adding code outside of the docs directory, however this project is intended as a standalone docs site which can be configured for experimentation and used as reference.

B. Add Docsify to an existing project's docs directory

This will copy the contents of the docs directory from Github to the current folder - ideal if there is an existing project and you want to add to Docsify it.

  1. Ensure you have curl command installed. Or use wget.
  2. Navigate to your project's docs folder.
    cd my-project/docs
  3. Download necessary files in the template docs directory to your project using this two-line command. (The -O flag will save the files locally, keeping the original filenames.)
    REPO_DOCS='https://raw.githubusercontent.com/MichaelCurrin/docsify-js-template/master/docs/'
    curl $REPO_DOCS\{_coverpage.md,_sidebar.md,.nojekyll,index.html,README.md\} -O

Customize

You can use your IDE to do find and replace across files.

Use the convenient replace.sh script in this repo to replace the template's values with your own.

  1. Find the script.
    • If you used the template button, you've already got it.
    • If adding content to your existing project's docs, copy script to your project root (not docs directory)
      curl 'https://raw.githubusercontent.com/MichaelCurrin/docsify-js-template/master/replace.sh' -O
      chmod +x ./replace.sh
  2. Modify the MY_ values then run this script to replace the template's value with your own.
  3. Run the script from the project root against yours docs directory.
    ./replace.sh
  4. The script can be deleted after you use it.

Now complete any remaining TODO items in the files.

Use template readme

If you clicked Use this template, followed the customize steps above, then the last thing to do is replace the project's README.md file with the template one.

mv README.template.md README.md

Then customize README.md as your own project.

Set up and run

Remote use

Whatever approach you use to set up a docs directory, you can use your own project or a forked template and serve your site on platform like GiHhub Pages or Netlify.

This template still works fine as a standalone online demo of Docsify that you can tweak. In a real project, you'd add your code at the repo root, outside of docs. Or you could move your docs site to the repo root on the gh-pages branch for GH Pages.

Serve locally

Follow this gist so you can view the docs site on a local webserver.

Go to my DocsifyJS Tutorial - Serve locally for more info on what DocsifyJS is and how to use it.

Related projects

A template using Docsify Themeable. It Docsify site easier to use and prettier (in opinion) and supports a theme system that is more advanced than that in Docsify.

MichaelCurrin - docsify-themeable-quickstart

A template for Vue-based docs site. Except that it uses VuePress to render a static site (better for SEO) rather than as a Single-Page Application.

  • MichaelCurrin - vuepress-quickstart

A template for a Vue-based app.

  • MichaelCurrin - vue-quickstart

License

Released under MIT by @MichaelCurrin.

  • You can modify and reuse this project.
  • Please link back to the original repo somewhere in your project if you use this in any way.
  • Including an original license copy.
    • If you add content from docs to your repo (or click Use this template) and then modify for your own needs so your copy is no longer a template, then you don't need to include a license.
    • If you do fork this repo then use it as your own template, then this project's license and copyright notice must be included with the software. source. Copy LICENSE to LICENSE-source and then update your copy of LICENSE with your own details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published