Giter Site home page Giter Site logo

michaelcurrin / docsify-js-template Goto Github PK

View Code? Open in Web Editor NEW
17.0 4.0 22.0 1.36 MB

Starter template for a Markdown-based docs site ๐Ÿ“’ ๐Ÿ•ธ

Home Page: https://michaelcurrin.github.io/docsify-js-template/#/

License: MIT License

Shell 86.63% Makefile 13.37%
docsify template docs-site demo simplest docsify-template documentation github-pages

docsify-js-template's Introduction

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

Instead of forking, rather make a new repo using this template button:

Use this template

If you want to improve the original template, then fork it and make a PR.

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 is a Docsify site but easier to use, it is prettier (in my 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 it uses VuePress to render a static site (better for SEO) rather than as a Single-Page Application like Docsify.

  • 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.

docsify-js-template's People

Contributors

michaelcurrin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docsify-js-template's Issues

script does not work. have to rename files to all lowercase, without underscore and still has issues

replace script has a SED error code R and I can't figure out why.
nothing except the four lines are edited prior to running.

โžœ  docsify git:(master) โœ— ./replace.sh 
PATTERN
s/DocsifyJS Template/Flop Hub/g
s/MichaelCurrin\/docsify-js-template/flophub\/docsify/g
s/docsify/docsifyjs-template/g
s/Starter template for a markdown-based docs site/A two-sided hardware marketplace built on Kubernetes/g
sed: 1: "README.md": invalid command code R
โžœ  docsify git:(master) โœ— cd ..

Separate this project's instructions and general instructions

Mixing both in one README file feels messy.

Even create a separate _README template or snippet. Or move instructions to an original repo specific doc which can be deleted.

Or move instructions out to tutorial repo, though then its more coupled and less verbose.

Reduce color flash

When using a background like Unicron even fixed colors, the screen shows as green/red and then the custom color appears.

I am already using the custom color on cover as per docs. But set something in CSS to override the image behind that to be white/black/grey gradient as more neutral. Or even set that color there.

Use local CSS where possible to avoid fetching a file and then loading it. Or maybe the flicker is just JS execution.

Add doc menu

Add option to link to installation and usage docs and also create them.

Maybe create them with the command but safely don't overwrite them. They can be created with echo but having them in the repo is better.
Or just ensure curl uses a flag to not override existing files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.