Revert "Add CHANGELOG.md, serve it in-app at /docs/changelog (closes theta42/theta-env#43)"

This reverts commit 4bf1768529.
This commit is contained in:
2026-07-16 15:59:01 -04:00
parent 4bf1768529
commit 1f10d0db14
5 changed files with 0 additions and 40 deletions
-1
View File
@@ -32,7 +32,6 @@ const values = {
// there's no way to make this read outside the doc set below.
const DOCS = {
overview: {title: 'Overview', file: path.join(__dirname, '../../README.md')},
changelog: {title: 'Changelog', file: path.join(__dirname, '../../CHANGELOG.md')},
deployment: {title: 'Deployment', file: path.join(__dirname, '../../DEPLOYMENT.md')},
api: {title: 'API Reference', file: path.join(__dirname, '../api.md')},
installation: {title: 'Installation', file: path.join(__dirname, '../../docs/installation.md')},