Rename project to Archivox

This commit is contained in:
thePR0M3TH3AN
2025-07-10 14:53:51 -04:00
parent a606479726
commit 785eda8cae
18 changed files with 41 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
site:
title: "DocForge Docs"
title: "Archivox Docs"
description: "Simple static docs."
navigation:

View File

@@ -1,3 +1,3 @@
# Getting Started
This section helps you begin with DocForge.
This section helps you begin with Archivox.

View File

@@ -1,3 +1,3 @@
# Welcome to DocForge
# Welcome to Archivox
This is your new documentation site. Start editing files in the `content/` folder.

View File

@@ -1,11 +1,11 @@
{
"name": "my-docforge-site",
"name": "my-archivox-site",
"private": true,
"scripts": {
"dev": "eleventy --serve",
"build": "node node_modules/docforge/src/generator/index.js"
"build": "node node_modules/archivox/src/generator/index.js"
},
"dependencies": {
"docforge": "*"
"archivox": "*"
}
}