Skip to content

An easy solution to generate modern documentation in Next.js

Notifications You must be signed in to change notification settings

konyogony/Doxium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28d3d20 · Mar 11, 2025
Mar 11, 2025
Oct 19, 2024
Mar 11, 2025
Mar 11, 2025

Repository files navigation

Doxium

Rewrite in progress! Some features may be raw or not work properly. Please create an issue if encountared.
Beware, ALPHA version

Usage of @doxium/cli v0.0.7

Creating new app:

bunx @doxium/cli init [name] [...args]

Updating existing app:

bunx @doxium/cli update

Help:

bunx @doxium/cli --help

Updated Roadmap

  • Fix all the issues reported
  • Add li8n support, should consider the nextjs way and custom way.
  • Deploy to npmjs:
    • CLI
    • Library w/ components Cancelled because of the complexity (Ive spent 3 weeks trying to do this to no avail)
  • Make a command to upograde and migrate from one version to another. (This re-write will act as a base layer)
  • Imporve search by making it go through all the text.
  • TailwindCSS v4
  • Proper README

Techstack (Doxium)

Credit

Lead developer - konyogony

Beta Tester and a nice friend who helped - PadowYT2

Credits to Next.js documentation and Nextra since I was influenced by them

Doxium GitHub Repo