We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3068bb commit 2927249Copy full SHA for 2927249
website/package.json
@@ -7,7 +7,7 @@
7
"write-translations": "docusaurus-write-translations",
8
"version": "docusaurus-version",
9
"rename-version": "docusaurus-rename-version",
10
- "deploy": "gh-pages -d build/clay-cli"
+ "deploy": "gh-pages -d build/claycli"
11
},
12
"devDependencies": {
13
"docusaurus": "^1.7.2",
website/siteConfig.js
@@ -2,7 +2,7 @@
2
// site configuration options.
3
4
const repoUrl = 'https://github.com/clay/claycli',
5
- projectName = process.env.PROJECT_NAME || 'site';
+ projectName = process.env.PROJECT_NAME || 'claycli';
6
// List of projects/orgs using your project for the users page.
const users = [
0 commit comments