|
1 | 1 | { |
2 | | - "name": "docsy-example-site", |
| 2 | + "name": "api-testing", |
3 | 3 | "version": "0.7.1", |
4 | | - "description": "Example site that uses Docsy theme for technical documentation.", |
5 | | - "repository": "github:google/docsy-example", |
6 | | - "homepage": "https://example.docsy.dev", |
7 | | - "author": "Docsy Authors", |
| 4 | + "description": "API testing tool.", |
| 5 | + "repository": "github:linuxsuren/api-testing", |
| 6 | + "homepage": "https://linuxsuren.github.io/api-testing/", |
| 7 | + "author": "API Testing Authors", |
8 | 8 | "license": "Apache-2.0", |
9 | | - "bugs": "https://github.com/google/docsy-example/issues", |
| 9 | + "bugs": "https://github.com/linuxsuren/api-testing/issues", |
10 | 10 | "spelling": "cSpell:ignore HTMLTEST precheck postbuild -", |
11 | 11 | "scripts": { |
12 | 12 | "_build": "npm run _hugo-dev", |
|
15 | 15 | "_hugo-dev": "npm run _hugo -- -e dev -DFE --baseURL http://localhost --bind 0.0.0.0", |
16 | 16 | "_serve": "npm run _hugo-dev -- --minify serve", |
17 | 17 | "build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"", |
18 | | - "build:production": "npm run _hugo -- --minify", |
| 18 | + "build:production": "npm run _hugo -- --minify --baseURL https://linuxsuren.github.io/api-testing/", |
19 | 19 | "build": "npm run _build", |
20 | 20 | "check:links:all": "HTMLTEST_ARGS= npm run _check:links", |
21 | 21 | "check:links": "npm run _check:links", |
|
0 commit comments