mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 15:08:43 +00:00
Rename project to Archivox
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
site:
|
||||
title: "DocForge Docs"
|
||||
title: "Archivox Docs"
|
||||
description: "Simple static docs."
|
||||
|
||||
navigation:
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Getting Started
|
||||
|
||||
This section helps you begin with DocForge.
|
||||
This section helps you begin with Archivox.
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Welcome to DocForge
|
||||
# Welcome to Archivox
|
||||
|
||||
This is your new documentation site. Start editing files in the `content/` folder.
|
||||
|
@@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user