Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Docsify

    App Wishlist
    3
    5
    319
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • hartmann
      hartmann last edited by

      I'd love to see Docsify as a supplement to GitHubPages.

      "docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an index.html and deploy it on GitHub Pages."

      jdaviescoates 1 Reply Last reply Reply Quote 1
      • jdaviescoates
        jdaviescoates @hartmann last edited by

        Nice, thanks @hartmann

        https://github.com/docsifyjs/docsify/

        I also recently came across mdbook which looks nice too:
        https://github.com/rust-lang/mdBook

        I use Cloudron with Gandi & Hetzner

        hartmann 1 Reply Last reply Reply Quote 1
        • girish
          girish Staff last edited by

          It seems to work as-is on the GitHub pages app.

          • npm i docsify-cli -g
          • docsify init ./docs
          • cd docs; git init; git add *; git commit -a
          • Then I installed GitHub pages on Cloudron and did a git push

          10199380-2872-40f3-aa1d-4bbf9aa45098-image.png

          hartmann 1 Reply Last reply Reply Quote 3
          • hartmann
            hartmann @jdaviescoates last edited by

            @jdaviescoates mdBook looks great, too thanks for the tip!

            1 Reply Last reply Reply Quote 1
            • hartmann
              hartmann @girish last edited by hartmann

              @girish cool thanks :)! Easier than I thought 🙂

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Powered by NodeBB