docsify
netlify-identity-widget
Our great sponsors
docsify | netlify-identity-widget | |
---|---|---|
17 | 4 | |
20,745 | 669 | |
2.5% | 2.1% | |
8.0 | 1.7 | |
4 days ago | 13 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
docsify
-
Common Lisp - "The Tutorial" Part 12 - Macros
Hello, FYI: I used https://docsify.js.org/ that turns markdown files into a static website without the need of building the site locally or in a CI. Example config. my 2c.
- Ask HN: Good designs for a website that serves as a detailed FAQ?
- Docsify β A magical documentation site generator
-
Recomendations to build a learning platform for a small company?
After reading your post again and this comment, I don't think Jekyll is the best choice. Something like GitBook, MkDocs, or Docsify would be a better solution as they let you control the organization and flow much better.
-
How to create a video editor that works in your browser.
Docsify
-
Ask HN: What are you using for public documentation these days?
On a new side project I'm working on I need to have a fair amount of documentation for usage, implementation, options, etc. In the past I've used https://docsify.js.org hosted on Vercel, but I was curious if there is anything else out there people like. Looking for free or paid options. So long has I can host on a subdomain I'm indifferent.
Thanks!
- Docsify: A magical documentation site generator
-
Keeping Documentation Debt At Bay & Clients Happy
Docsify is a client-side only documentation generator. As a user requests a documentation page, it would fetch the associated .md file and render it all client-side. That meant that our documentation deployment process was simple again, as we could just push changes to the main branch and BOOM they would show up within seconds.
-
Self-Hosted Documentation
+1 more for Docsify and its Github repo. I know this subreddit is for self-hosted things, however I wanted to add Docsify works well with Github Pages (they host, you plug in your domain or subdomain).
https://docsify.js.org/#/ SSGs are too complicated.
netlify-identity-widget
-
Manage and Authenticate Users with Netlify Identity
Leveraging the open-source GoTrue API, Netlify Identity can be added to your site with the Netlify Identity widget by adding this
-
Part 1: How I built our condos's new web pages with Gatsby and Chakra UI
In the first version of the website, I used Netlify Identity, which is Netlify's own authentication solution. With Netlify Identity Widget it is easy to add authentication, but I quickly discovered that I missed some more advanced functionality. I therefore switched to Auth0, which to a greater extent allowed me to tailor the login solution. Auth0 also had some functionality I needed to create a user admin dashboard, like role-based authentication.
-
Part 3: Authentication and private routes in Gatsby
However, it soon became apparent that Netlify Identity had some limitations. One was that the login alert was not in Norwegian (I translated it and opened a pull request, but could not wait for it to go through. It's been 7 months now...). The other reason for not sticking with Netlify Identify was that I started working on a dashboard for user account management where I would need some more advanced functionality than Netlify Identity Widget could provide. After some research, I ended up choosing Auth0.
-
Ask HN: Cheapest/ easiest way to host a static site
How do you know that Netlify is production ready? I found Netlify Identity to not be production ready* and now I'm not so sure about the rest of the platform.
* Three reasons. 1) The identity widget has people setting it up in such a way that tokens aren't refreshed and logins last only an hour. https://github.com/netlify/netlify-identity-widget/issues/11... 2) Netlify Identity keeps bumping me out despite having gone out of my way to get it configured properly. I don't know why but the issue has lasted for weeks. 3) In development mode, the token can't be verified without making a request to Netlify Functions, and the suggested path (in Redwood.js at least) is to just parse the JWT without verifying it.
What are some alternatives?
Docusaurus - Easy to maintain open source documentation websites.
front-matter - Extract YAML front matter from strings
VuePress - π Minimalistic Vue-powered static site generator
BookStack - A platform to create documentation/wiki content built with PHP & Laravel
MkDocs - Project documentation with Markdown.
JSDoc - An API documentation generator for JavaScript.
Metalsmith - An extremely simple, pluggable static site generator.
Phenomic
Hugo - The worldβs fastest framework for building websites.
nextra - The Next.js Static Site Generator
typedoc - Documentation generator for TypeScript projects.
auth0-java - Java client library for the Auth0 platform