tree: bf15543b10101d12960d124636adf52787a872ae [path history] [tgz]
  1. archetypes/
  2. content/
  3. scripts/
  4. themes/
  5. .gitignore
  6. config.toml
  7. README.md
docs/README.md

Badger Docs

If you are looking for Badger documentation, you might find https://dgraph.io/docs/badger much more readable.

Contributing

We use Hugo for our documentation.

Running locally

Download and install the latest patch of hugo version v0.69.x from here.

From within the docs folder, run the command below to get the theme.

cd themes && git clone https://github.com/dgraph-io/hugo-docs

Run hugo server within the docs folder and visit http://localhost:1313 to see the documentation site.