1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-20 05:39:41 +02:00

Compare commits

..

3 commits
v2.2.2 ... main

Author SHA1 Message Date
Peter Savchenko
6c4d4310a9 2.2.3
Some checks failed
Build and push Docker image / build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2024-05-03 13:30:53 +03:00
Peter Savchenko
453f706050
fix linebreak in readme
Some checks failed
Build and push Docker image / build (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
2024-04-27 22:51:53 +03:00
Peter Savchenko
bb9d537fb9
Add static rendering feature (#316) 2024-04-27 22:47:02 +03:00
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ It's super easy to install and use.
- 🤩 [Editor.js](https://editorjs.io/) ecosystem powered
- 📂 Docs nesting — create any structure you need
- 💎 Static rendering
- 📱 Nice look on Desktop and Mobile
- 🔥 Beautiful page URLs. Human-readable and SEO-friendly.
- 🦅 [Hawk](https://hawk.so/?from=docs-demo) is hunting. Errors tracking integrated

View file

@ -1,7 +1,7 @@
{
"name": "codex.docs",
"license": "Apache-2.0",
"version": "2.2.2",
"version": "2.2.3",
"type": "module",
"bin": {
"codex.docs": "dist/backend/app.js"