|
1 | 1 | { |
2 | | - "name": "docsy-example-site", |
| 2 | + "name": "meshery-academy", |
3 | 3 | "version": "0.12.0", |
4 | 4 | "version.next": "0.12.1-dev-unreleased", |
5 | | - "description": "Example site that uses Docsy theme for technical documentation.", |
6 | | - "repository": "github:google/docsy-example", |
7 | | - "homepage": "https://example.docsy.dev", |
8 | | - "author": "Docsy Authors", |
| 5 | + "description": "Example Meshery Academy content", |
| 6 | + "repository": "github:meshery-extensions/meshery-academy", |
| 7 | + "homepage": "https://meshery.io/", |
| 8 | + "author": "Meshery Authors", |
9 | 9 | "license": "Apache-2.0", |
10 | | - "bugs": "https://github.com/google/docsy-example/issues", |
| 10 | + "bugs": "https://github.com/meshery-extensions/meshery-academy/issues", |
11 | 11 | "private": true, |
12 | 12 | "spelling": "cSpell:ignore docsy hugo htmltest precheck postbuild rtlcss -", |
13 | 13 | "scripts": { |
|
16 | 16 | "_build": "npm run _hugo-dev", |
17 | 17 | "_site": "npm run _hugo-dev -- --minify server", |
18 | 18 | "_check:links": "echo \"Skipped: go run github.com/wjdp/htmltest@${HTMLTEST_VERSION:-latest} -s\"", |
19 | | - "_local": "npx cross-env HUGO_MODULE_WORKSPACE=exoscale-academy.work", |
20 | 19 | "build": "npm run _build", |
21 | 20 | "build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"", |
22 | 21 | "build:production": "npm run _hugo -- --minify --gc", |
23 | 22 | "site": "npm run _site", |
24 | 23 | "site:no-watch": "npm run _hugo-dev -- --minify --watch=false server", |
25 | 24 | "clean": "rm -Rf public/* resources", |
26 | 25 | "make:public": "git init -b main public", |
27 | | - "local": "npm run _local -- npm run", |
28 | 26 | "check:links": "npm run _check:links", |
29 | 27 | "precheck:links": "npm run build", |
30 | 28 | "postbuild:preview": "npm run _check:links", |
|
39 | 37 | }, |
40 | 38 | "devDependencies": { |
41 | 39 | "autoprefixer": "^10.4.27", |
42 | | - "cross-env": "^7.0.3", |
43 | 40 | "hugo-extended": "0.158.0", |
44 | 41 | "postcss": "^8.5.12", |
45 | 42 | "postcss-cli": "^11.0.1", |
|
0 commit comments