Have you ever wanted a free and hassle free tool for writing your documentation?
Today is possible with Docusaurus and I wrote a blog post about it: https://dev.to/airscript/documentation-made-easy-4eko
#devto #docusaurus #opensource #blogging #programming
#devto #docusaurus #opensource #blogging #programming
#bitBlog Linting nginx config in our #Docusaurus CI setup https://blog.bitexpert.de/blog/docusaurus_ci_setup_nginx
Many will complain but I find that a fresh, empty #docusaurus site being larger than a decade old worth of content #hugo one is quite the (non)accomplishment.
#bitBlog Our #Docusaurus publishing workflow https://blog.bitexpert.de/blog/our_docusaurus_publishing_workflow
I had to create some software architecture diagrams recently to be embedded in #Docusaurus. Naturally, I was trying to see what was the best way to integrate drawio. And then I found this: https://mermaid.js.org. Wow!
#software #architecture #softwaredevelopment #softwareengineering #programming #developers
#docusaurus #software #architecture #softwaredevelopment #softwareengineering #programming #developers
In my #SEO optimization journey, I wanted to move articles on Medium to Docusaurus, but ofcourse there's no good way to export things from Medium, so I built one. 🙃
Here's a set of scripts that download & transform your articles into a markdown that #Docusaurus understands: https://github.com/smitmartijn/export-medium.com-to-docusaurus
#bitBlog Customizing #Docusaurus components https://blog.bitexpert.de/blog/customizing_docusaurus_components
Want to know which frameworks/languages you can use on @Kinsta hosting besides WordPress?
@palmiak made a nice overview here: https://kinsta-starters-s3edo.kinsta.app/
To list some: #Statamic, #Gatsby, #NodeJS, #Astro, #Docusaurus, #Go, #Scala, #Python, #Rails
#statamic #gatsby #nodejs #astro #docusaurus #go #scala #python #rails
#bitBlog Linting #nginx config in our #Docusaurus CI setup https://blog.bitexpert.de/blog/docusaurus_ci_setup_nginx
We use #docusaurus for our #documentation at work and I wanted to simplify the setup which I did by making a framework for a framework.
https://github.com/liquidlight/docusaurus-framework
Minimal setup (aren't they all 😉) with some sensible defaults.
All you need is to `npm install` it and include this in your docusaurus.config.js
```
module.exports = require('@liquidlight/docusaurus-framework/docusaurus.config')({
title: 'Liquid Light',
});
```
For lightweight websites, applications, and other small projects, more and more developers are turning to static site generators over WordPress or other content management systems (CMSs).
Static sites offer a simple and effective way to create websites and applications that are fast, secure, and easy to maintain.
#Docusaurus is one such static site generator — and it’s rapidly gaining in popularity in the development community.
Read this great post by @palmiak
Very inspired by this personal public wiki https://wiki.nikiv.dev :blobcataww:
"This is my personal wiki where I share everything I know about this world in form of an online wiki built with #Docusaurus on #GitHub."
I do too have a (private) wiki (built with #Hugo) and works really well for me.
I have force myself to write in it more.
Une alternative à #Docusaurus (#Reactjs) et #VuePress (#Vuejs) pour créer des documentations 💡
Fonctionnalités : #authentification, #recherche, #analyse, #sauvegarde
Réalisé avec #NodeJS #PostgreSQL #VueJS #elasticsearch #S3
#docusaurus #reactjs #vuepress #vuejs #authentification #recherche #analyse #sauvegarde #nodejs #postgresql #elasticsearch #s3
As with many OSS projects, we’re standing on the shoulders of giants, including #echarts #svelte #duckdb #vite #docusaurus mdsvex, tidyjs, and SheetJS
#echarts #svelte #duckdb #vite #docusaurus
Great article by my colleage @palmiak at the @kinsta blog.
Create and Customize a #Docusaurus Site (With Blog Feature)
1/ I want a simple blogging/site solution but I'm letting my goldilocks side come out and haven't been able to find "just right".
This community has been quite helpful when I've asked a number of oddball #questions, so I figured I'd throw this out and see if anyone has suggestions.
I could do #WordPress but I want super snappy and while there are ways to get that with WP I'd prefer something that just is that from the get go.
I could use a #SSG like #Gatsby or #Docusaurus but
#questions #wordpress #ssg #gatsby #docusaurus
Is it worth spending the better part of several evenings writing a blog post to share how I solved a technical challenge in #React and #Docusaurus? A post that will take longer to write than the solution took to code?
Maybe. Hopefully. At least one person will read it in the future and solve their similar problem faster, right? I’m sure they will…🤣
RT @vt_norton
Hoje vou fazer LIVE brincando com o #docusaurus (projetinho React para construir documentação baseado em arquivos markdown)
Devo começar ~19h
Convido o @Victor_Perin pra tá junto ahhuadhuhadshu
Linting #nginx config in our #Docusaurus CI setup https://bit.ly/3TOUcZ2 #bitBlog