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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Docsify

Docsify

Scheduled Pinned Locked Moved Solved App Wishlist
10 Posts 4 Posters 1.6k Views 5 Watching
  • 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.
  • hartmannH Offline
    hartmannH Offline
    hartmann
    wrote on last edited by
    #1

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

    jdaviescoatesJ 1 Reply Last reply
    2
    • hartmannH hartmann

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

      jdaviescoatesJ Online
      jdaviescoatesJ Online
      jdaviescoates
      wrote on last edited by
      #2

      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

      hartmannH 1 Reply Last reply
      1
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #3

        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

        hartmannH andreasduerenA 2 Replies Last reply
        3
        • jdaviescoatesJ jdaviescoates

          Nice, thanks @hartmann

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

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

          hartmannH Offline
          hartmannH Offline
          hartmann
          wrote on last edited by
          #4

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

          1 Reply Last reply
          1
          • girishG girish

            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

            hartmannH Offline
            hartmannH Offline
            hartmann
            wrote on last edited by hartmann
            #5

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

            1 Reply Last reply
            1
            • girishG girish

              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

              andreasduerenA Offline
              andreasduerenA Offline
              andreasdueren
              wrote on last edited by
              #6

              @girish said in Docsify:

              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

              Trying this out. You did this in a lamp stack?

              jdaviescoatesJ 1 Reply Last reply
              0
              • andreasduerenA andreasdueren

                @girish said in Docsify:

                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

                Trying this out. You did this in a lamp stack?

                jdaviescoatesJ Online
                jdaviescoatesJ Online
                jdaviescoates
                wrote on last edited by jdaviescoates
                #7

                @andreasdueren said in Docsify:

                GitHub pages app.

                😉

                IMG_20250109_193200.jpg

                I use Cloudron with Gandi & Hetzner

                andreasduerenA 1 Reply Last reply
                2
                • jdaviescoatesJ jdaviescoates

                  @andreasdueren said in Docsify:

                  GitHub pages app.

                  😉

                  IMG_20250109_193200.jpg

                  andreasduerenA Offline
                  andreasduerenA Offline
                  andreasdueren
                  wrote on last edited by
                  #8

                  @jdaviescoates Installing this NPM package on top/inside the GitHub pages app?

                  jdaviescoatesJ 1 Reply Last reply
                  0
                  • andreasduerenA andreasdueren

                    @jdaviescoates Installing this NPM package on top/inside the GitHub pages app?

                    jdaviescoatesJ Online
                    jdaviescoatesJ Online
                    jdaviescoates
                    wrote on last edited by jdaviescoates
                    #9

                    @andreasdueren sounds to me like @girish installed it locally then pushed the result to GitHub Pages Cloudron app

                    @girish said in Docsify:

                    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

                    I've not tried it but that's what I took from the above.

                    I use Cloudron with Gandi & Hetzner

                    1 Reply Last reply
                    1
                    • andreasduerenA Offline
                      andreasduerenA Offline
                      andreasdueren
                      wrote on last edited by
                      #10

                      Oh I understand

                      1 Reply Last reply
                      1
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search