We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f048a1 commit 856e3eeCopy full SHA for 856e3ee
evidence.config.yaml
@@ -2,6 +2,9 @@ appearance:
2
default: system
3
switcher: true
4
5
+deployment:
6
+ basePath: /datatovalue-tools-docs
7
+
8
theme:
9
colorPalettes:
10
default:
package.json
@@ -1,8 +1,8 @@
1
{
- "name": "my-evidence-project",
+ "name": "datatovalue-tools-docs",
"version": "0.0.1",
"scripts": {
- "build": "evidence build",
+ "build": "EVIDENCE_BUILD_DIR=./build/datatovalue-tools-docs evidence build",
"build:strict": "evidence build:strict",
"dev": "evidence dev --open /",
"test": "evidence build",
0 commit comments