Skip to content

hanebox/ekphos-docs

Repository files navigation

ekphos-docs

Documentation website for ekphos - a lightweight, fast, terminal-based markdown research tool built with Rust.

Live: docs.ekphos.xyz

Development

npm install
npm run dev

Contributing

  1. Fork the repo
  2. Create a branch (git checkout -b fix/typo)
  3. Edit docs in content/docs/*.mdx
  4. Test locally with npm run dev
  5. Submit a PR

Docs use MDX with Fumadocs components.

Built with