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. Docusaurus - Documentation/Simple Websites

Docusaurus - Documentation/Simple Websites

Scheduled Pinned Locked Moved App Wishlist
18 Posts 9 Posters 2.6k Views 8 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.
    • E Offline
      E Offline
      echokos
      wrote on last edited by
      #1

      https://v2.docusaurus.io/
      https://github.com/facebook/docusaurus

      murgeroM 1 Reply Last reply
      12
      • P Offline
        P Offline
        pani.avula
        wrote on last edited by
        #2

        Any update on this? This looks like a decent option for technical documentation.

        Btw, https://www.mkdocs.org also is ok.

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

          @pani-avula You can already use mkdocs with the surfer app. We use mkdocs for https://docs.cloudron.io (https://git.cloudron.io/cloudron/docs)

          andreasduerenA 1 Reply Last reply
          1
          • S Offline
            S Offline
            shrey
            wrote on last edited by shrey
            #4

            Is this on the Cloudron roadmap?

            1 Reply Last reply
            0
            • jdaviescoatesJ Offline
              jdaviescoatesJ Offline
              jdaviescoates
              wrote on last edited by
              #5

              V2 is out:

              https://docusaurus.io/blog/2022/08/01/announcing-docusaurus-2.0

              I use Cloudron with Gandi & Hetzner

              1 Reply Last reply
              0
              • E echokos

                https://v2.docusaurus.io/
                https://github.com/facebook/docusaurus

                murgeroM Offline
                murgeroM Offline
                murgero
                App Dev
                wrote on last edited by
                #6

                @echokos Docusaurus is a static site generator (like hugo for example) and cannot be "hosted" like other apps. You can however generate your docusaurus site and then publish it with Sufer, LAMP, or Github Pages.

                --
                https://urgero.org
                ~ Professional Nerd. Freelance Programmer. ~

                1 Reply Last reply
                3
                • girishG girish

                  @pani-avula You can already use mkdocs with the surfer app. We use mkdocs for https://docs.cloudron.io (https://git.cloudron.io/cloudron/docs)

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

                  @girish How exactly do you serve this via surfer? I can only see the pip installation method.

                  jdaviescoatesJ murgeroM 2 Replies Last reply
                  1
                  • andreasduerenA andreasdueren

                    @girish How exactly do you serve this via surfer? I can only see the pip installation method.

                    jdaviescoatesJ Offline
                    jdaviescoatesJ Offline
                    jdaviescoates
                    wrote on last edited by
                    #8

                    @andreasdueren said in Docusaurus - Documentation/Simple Websites:

                    I can only see the pip install

                    I don't really know because I haven't tried it, but presumably you do that on your local machine, then use it to generate some static files, then upload those static files to Surfer.

                    I use Cloudron with Gandi & Hetzner

                    1 Reply Last reply
                    0
                    • andreasduerenA andreasdueren

                      @girish How exactly do you serve this via surfer? I can only see the pip installation method.

                      murgeroM Offline
                      murgeroM Offline
                      murgero
                      App Dev
                      wrote on last edited by murgero
                      #9

                      @andreasdueren You install docusaurus locally on your computer, then generate the site (specific instructions are in their repo I believe). The site generates into static html pages into a project folder (given a name via the config you make while setting up the docusaurus website) and you can take that and push it to surfer (which can host static html files.)

                      RE: https://docusaurus.io/docs/deployment#configuration

                      --
                      https://urgero.org
                      ~ Professional Nerd. Freelance Programmer. ~

                      andreasduerenA 1 Reply Last reply
                      2
                      • murgeroM murgero

                        @andreasdueren You install docusaurus locally on your computer, then generate the site (specific instructions are in their repo I believe). The site generates into static html pages into a project folder (given a name via the config you make while setting up the docusaurus website) and you can take that and push it to surfer (which can host static html files.)

                        RE: https://docusaurus.io/docs/deployment#configuration

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

                        @murgero Sorry I meant mkdocs

                        girishG 1 Reply Last reply
                        0
                        • andreasduerenA andreasdueren

                          @murgero Sorry I meant mkdocs

                          girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #11

                          @andreasdueren Not sure if this is what you are asking but our docs are generated from mkdocs - https://git.cloudron.io/cloudron/docs . We have a CI file which builds and uploads to a surfer - https://git.cloudron.io/cloudron/docs/-/blob/master/.gitlab-ci.yml

                          andreasduerenA 1 Reply Last reply
                          2
                          • girishG girish

                            @andreasdueren Not sure if this is what you are asking but our docs are generated from mkdocs - https://git.cloudron.io/cloudron/docs . We have a CI file which builds and uploads to a surfer - https://git.cloudron.io/cloudron/docs/-/blob/master/.gitlab-ci.yml

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

                            @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

                            jdaviescoatesJ 1 Reply Last reply
                            0
                            • andreasduerenA andreasdueren

                              @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

                              jdaviescoatesJ Offline
                              jdaviescoatesJ Offline
                              jdaviescoates
                              wrote on last edited by jdaviescoates
                              #13

                              @andreasdueren said in Docusaurus - Documentation/Simple Websites:

                              @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

                              I'm pretty sure there is.

                              I suggest just having a read of the docs, perhaps starting with Getting Started

                              https://www.mkdocs.org/getting-started/

                              (these posts about mkdocs don't really belong in this thread though)

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              1
                              • L Offline
                                L Offline
                                LoudLemur
                                wrote on last edited by
                                #14

                                Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

                                jdaviescoatesJ 1 Reply Last reply
                                0
                                • L LoudLemur

                                  Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

                                  jdaviescoatesJ Offline
                                  jdaviescoatesJ Offline
                                  jdaviescoates
                                  wrote on last edited by
                                  #15

                                  @LoudLemur said in Docusaurus - Documentation/Simple Websites:

                                  Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

                                  The more apps the bettter, but we've already got Ghost which imho is the closest thing to an open source substack

                                  I use Cloudron with Gandi & Hetzner

                                  1 Reply Last reply
                                  2
                                  • ? Offline
                                    ? Offline
                                    A Former User
                                    wrote on last edited by
                                    #16

                                    I'm also super interested into this 🙂 I browsed some websites using Docusaurus and I was immediately tempted to give it a try

                                    1 Reply Last reply
                                    1
                                    • L Offline
                                      L Offline
                                      LoudLemur
                                      wrote on last edited by
                                      #17

                                      Docusaurus 3.0 is now available: https://docusaurus.io/blog/releases/3.0

                                      1 Reply Last reply
                                      1
                                      • L LoudLemur referenced this topic on
                                      • L Offline
                                        L Offline
                                        LoudLemur
                                        wrote on last edited by
                                        #18

                                        Docusaurus 3.4 is now available, with better support for tags, offline browsing and local storage:

                                        https://docusaurus.io/blog/releases/3.4

                                        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