HackerTrans
TopNewTrendsCommentsPastAskShowJobs

slorber

no profile record

Submissions

Sparkling – The Lynx-based cross-platform infrastructure behind TikTok

tiktok.github.io
1 points·by slorber·hace 5 meses·0 comments

GitHub Actions now supports YAML anchors

github.com
1 points·by slorber·hace 11 meses·2 comments

Naive RAG is dead – long live agents

norahsakal.com
2 points·by slorber·el año pasado·0 comments

Docusaurus 3.0 – React Static Site Generator by Meta

docusaurus.io
6 points·by slorber·hace 3 años·4 comments

Upgrading front end dependencies with confidence with visual regression tests

docusaurus.io
2 points·by slorber·hace 3 años·0 comments

comments

slorber
·hace 11 meses·discuss
We have been waiting for years to have that typical Yaml feature.

This lets you create variables in your Yaml actions workflows that you can reuse later, including more complex data structures like objects and lists that you can spread into jobs.

TLDR: less duplication, although the syntax is a bit awkward.
slorber
·hace 2 años·discuss
Honestly, can we even trust a technology that is not 1.0 ?
slorber
·hace 2 años·discuss
Impossible yet it often happens the same old link gets featured everywhere at the same time :)
slorber
·hace 3 años·discuss
Docusaurus maintainer here. Can you expand that feeling? What makes you feel Docusaurus as complex?
slorber
·hace 3 años·discuss
Wonder if it's not possible to use this dark matter product (normally for Astro) with Docusaurus worth giving it a try https://getdarkmatter.dev/
slorber
·hace 3 años·discuss
Docusaurus maintainer here

I agree the md editing story for non-dev contributor is not great.

You can try a git based CMS like Tina, they have a Docusaurus starter/example.

StackBlitz web publisher is also a good solution, allowing you to run Docusaurus directly in the browser in a very simple interface allowing you to commit or send PRs easily. No need to install nodejs locally, and you get a real preview.
slorber
·hace 3 años·discuss
Thanks! I'm not the original author but maintain it since mid 2020.

Meta has always been involved, the project was created internally at Meta around 2016 to replace a Jekyll docs boilerplate that was difficult to manage when deploying hundreds of docs.
slorber
·hace 3 años·discuss
Hey there

I work for Meta Open Source, maintaining Docusaurus. It's a SSG that let's you focus on writing content (Markdown/MDX) and will help you ship flexible and beautiful docs and blog static sites.

We just released a new major version of Docusaurus, after 1 year of work once v2.

Let me know if you have any questions
slorber
·hace 3 años·discuss
React vs Vue is a quite significant difference if you plan to customize it: you'd better be familiar with the underlying tech