Viewing profile — NiklasBegley
NiklasBegley
HN member- Joined
- Mon, May 05, 2014, 3:45 PM UTC
- HN karma
- 155
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About NiklasBegley
nik@doctave.com
Recent public activity
-
comment
Comment #41903866
You're correct - Doctave Studio is for making local development easier. It packages the whole "authoring environment", so it's all you need to start writing. It's technically not W…
-
comment
Comment #41903829
Oops. Good catch.
-
comment
Comment #41895615
I think this is a really good point in the post: > If you don’t review, check, and merge docs the same way your org reviews, checks, and merges code, you’re not doing docs-as-code …
-
comment
Comment #39383186
I also want to give a shout out to the Rustler folks for creating a great library! We use Rustler quite extensively at Doctave, and have written about our experiences with Rustler …
-
comment
Comment #38024045
For us at Doctave ( https://www.doctave.com ), migrating customers from existing solutions manually ourselves has proved very effective. The product is a technical documentation pl…
-
comment
Comment #36295163
Agreed on a lot of this, but I'd be cautious about saying that any kind of documentation is "simple". Especially when it comes to technical products - be they internal or external.…
- story
-
comment
Comment #35597849
Congrats on the launch! I'm curious how you manage syncing the changes from the WYSIWYG editor back to the repo? If you have two editors, one editing raw Markdown, and another one …
- story
- story
- story
- story
- story
- story
-
comment
Comment #28538411
Creator here. The Doctave CLI is more like MkDocs or Docusaurus in that it supports a docs-as-code workflow. It takes your Markdown files and generates a pretty documentation site …
- story
- story
- story
-
comment
Comment #28236680
Author here. This is a good point. In this case we found it does slow down clean builds somewhat since we're pulling down + compiling Rust dependencies now as well as Elixir. While…
-
comment
Comment #28235216
Author here. I actually was not aware of cmark.ex - thanks for pointing it out. In this case the code reuse was more important than pure native speed. We already had a Rust library…
- story