Skip to content

oliverlux/m346

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docsify Open Publishing Starter Kit

Docsify MIT license Docsify Discord Chat

This is a starter kit to create a Docsify open publishing site. Global navigation elements can be hidden for seamlessly embedding pages into other platforms. Includes a pre-configured "Edit this Page on GitHub" link.

📸 Docsify Open Publishing Screenshot

 Docsify Open Publishing Starter Kit Figure 1. Docsify Open Publishing Starter Kit. Explore a demo at hibbitts-design.github.io/docsify-open-publishing-starter-kit/

🚀 GitHub Pages Quickstart

Pre-flight Checklist

  1. GitHub account

Installation and Deployment

  1. Tap Use this template on the source repository (upper-right green button)
  2. Choose the name for your new repository to contain the copied site files and then tap Create repository from template
  3. Go to Settings of your newly created repository, tap the Pages tab (on the left-hand side), choose main branch/docs folder and finally tap the Save button (see more details in the Docsify documentation)
  4. And you're done! (view your new site using the provided URL on the Pages tab - it can take up to 20 minutes for your site to be initially available)

Editing Your Docsify Site Pages on GitHub

  1. Go to the Docsify Markdown (.md) page in the docs folder of your repository you want to edit
  2. Tap the Pencil Icon (top left-hand toolbar area) to start the editor
  3. Scroll down to the bottom of the page and tap the Commit changes button to save your changes

Learn more about pages in Docsify.

📝 Activating the “Edit this Page” Link

  1. Go to the file index.html in the docs folder of your repository
  2. Tap the Pencil Icon (top left-hand toolbar area) to start the editor
  3. Find the line var yourRepoURL = ''; and enter the URL of your own GitHub Repository in between the two quotes. For example, var yourRepoURL = 'https://github.com/YourGitHubUsername/YourRepositoryName/tree/main/docs'.
  4. Scroll down to the bottom of the page and tap the Commit changes button to save your changes

Learn more about Docsify's configuration options.

💻 Locally Editing your Docsify Site Pages

Editing Your Docsify Site Pages on Your Desktop

  1. Tap Clone on your repository page
  2. Choose Open Desktop and follow the prompts, installing GitHub Desktop if not already present
  3. You will now be able to edit your Docsify site (in the docs folder) using the desktop editor of your choice (e.g. atom.io)
  4. Use GitHub Desktop to push any changes to your repository.

Learn more about using GitHub Desktop.

You can also clone (i.e download) a copy of your repository to your computer and run Docsify locally to preview your site. See the below video for details.

Do you use GitLab? You can also use Docsify with GitLab Pages!

🧩 Embedding Docsify Page Content into Other Systems

 Docsify Open Publishing Page Ready for Embedding Figure 2. Docsify Open Publishing page ready for embedding

The optional ‘embedded’ (all lowercase) URL parameter hides a site’s sidebar and optional navbar for seamlessly embedding Docsify page content within another platform such as Canvas LMS, Moodle, Microsoft Teams etc.

To only display Docsify page content, add the following to a Docsify page URL:

?embedded=true

For example, https://hibbitts-design.github.io/docsify-open-publishing-starter-kit/#/chapter-1/introduction would display a standard Docsify page while https://hibbitts-design.github.io/docsify-open-publishing-starter-kit/#/chapter-1/introduction?embedded=true would only display page content (i.e. no sidebar or optional navbar is shown).

To optionally hide the 'Edit this Page on GitHub' link, use the following:

?embedded=true&hidegitlink=true

For example, https://hibbitts-design.github.io/docsify-open-publishing-starter-kit/#/chapter-1/introduction would display a standard Docsify page while https://hibbitts-design.github.io/docsify-open-publishing-starter-kit/#/chapter-1/introduction?embedded=true&hidegitlink=true would only display page content (i.e. no sidebar or optional navbar is shown) and also hide the 'Edit this Page on GitHub' link.

📚 Docsify and Markdown Resources

Docsify
Docsify Documentation
Docsify Basics by MichaelCurrin

Markdown
Markdown Cheat Sheet
Markdown Guide

📼 Video Walkthrough of Local Docsify Install/Config

Generating Documentation Sites with GitHub and Docsify - Alysson Alvaran
Video 1. Generating Documentation Sites with GitHub and Docsify - Alysson Alvaran

🙇‍Credits and Special Thanks

Docsify Themeable

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published