No Docsify.js videos yet. You could help us improve this page by suggesting one.
Based on our record, Docsify.js should be more popular than Archivy. It has been mentiond 18 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Archivy is a self-hosted knowledge repository that allows you to securely save meaningful content that contributes to your personal, searchable, and expandable wiki. - Source: dev.to / about 1 year ago
What do you use the spaced repetition for? [0]: https://archivy.github.io. - Source: Hacker News / over 3 years ago
This is nice! I ended up doing something similar with my project garret [0] to publicly share my bookmarks online. Now I also just archive / export my bookmarks into Archivy [1]. [0]: https://github.com/Uzay-G/garret [1]: https://archivy.github.io. - Source: Hacker News / over 3 years ago
#1: Mealie - A Self Hosted Recipe Manager Alpha Release | 179 comments #2: Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your own personal, searchable and extensible wiki. | 73 comments #3: The Perfect Media Server - 2020 Edition | 96 comments. Source: over 3 years ago
I was looking into this a while ago, there are a couple of solutions (all of them not perfect unfortunately IMO). https://archivy.github.io/ https://perkeep.org/ https://github.com/go-shiori/shiori Are three of them. - Source: Hacker News / over 3 years ago
I built a fast, responsive, and lightweight static documentation site powered by Docsify, hosted on AWS S3 with a CloudFront CDN for global distribution. The entire infrastructure is managed using Pulumi YAML, allowing me to declaratively define and deploy resources without writing any imperative code. - Source: dev.to / about 1 month ago
Okay new plan, does anyone know how to do this docsify on github? I obviously am a noob on github and recently on reddit. I'd like to help where I can but my knowlegde seems to be my handycap. I could provide you a trash-mail, if you need one, but I need a PO (product owner) to manage the git... I have no clue about this yet (pages and functions and stuff). Source: almost 2 years ago
Good idea. Instead of bookstack, I recommend something like Docsify The content is all in Markdown and can be managed in a git repo. Easy to deploy the whole website to any simple static HTTP server - or even Github pages. This way you can review contributions and have good version control. Source: almost 2 years ago
The tools to author it aren't that important, frankly. Ask your audience what they're most comfortable using and try to meet them there. If the stakeholders are technical, you have more options. If they aren't, I hope you like Google Docs or Word, because if you give them anything other than that or a PDF, they'll probably complain. At worst, yeah, write it in a long Markdown text file and use tools like pandoc to... - Source: Hacker News / about 2 years ago
Big fan of https://docsify.js.org since theres no need to compile your static site. A small amount of js just renders markdown. - Source: Hacker News / over 2 years ago
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
Docusaurus - Easy to maintain open source documentation websites
Doxygen - Generate documentation from source code
MkDocs - Project documentation with Markdown.
mdbook - Gitbook alternative in Rust
DocFX - A documentation generation tool for API reference and Markdown files!