This repository powers https://docs.datadrivet.dev.
It is a Jekyll site hosted with GitHub Pages. Content is written in Markdown and mostly lives in:
_pages/for permanent documentation pages_posts/for dated Slack Wisdom entries_data/navigation.ymlfor top navigation and sidebarsassets/for images and diagrams
If you already use the Datadrivet Nix/devenv setup:
devenv shell
bundle exec jekyll serveThen open http://127.0.0.1:4000.
If Bundler dependencies are missing, run:
bundle install- Prefer updating existing pages over adding new top-level pages.
- Keep onboarding docs task-oriented and explicit about prerequisites.
- Do not leave
TODO, placeholder headings, or draft values in published pages. - Add images under
assets/images/and use descriptive filenames. - For Slack snippets, add a dated file under
_posts/using the formatYYYY-MM-DD-short-title.md.
Changes merged to main are published through GitHub Pages.