Skip to content

Instantly share code, notes, and snippets.

@Ghustavh97
Last active August 14, 2020 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ghustavh97/89a1b31bc7b52d62e0fd7be270af278a to your computer and use it in GitHub Desktop.
Save Ghustavh97/89a1b31bc7b52d62e0fd7be270af278a to your computer and use it in GitHub Desktop.
My Docsify Gist

Create symlinks

    cd ./docs
    ln -s ../src

Default settings

    window.$docsify = {
      name: '',
      repo: '',
      homepage: "_index.md",
      logo: "images/logo.png",
      alias: {
                    "/.*/_sidebar.md": "/_sidebar.md",
      },
      coverpage: true,
      loadSidebar: true,
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment