diff --git a/package.json b/package.json index 14b01a556..23cc3c808 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,20 @@ { - "name": "docsy-example-site", + "name": "exoscale-academy", "version": "0.12.0", "version.next": "0.12.1-dev-unreleased", - "description": "Example site that uses Docsy theme for technical documentation.", - "repository": "github:google/docsy-example", - "homepage": "https://example.docsy.dev", - "author": "Docsy Authors", + "description": "Example Exoscale Academy content", + "repository": "github:layer5io/exoscale-academy", + "homepage": "https://cloud.layer5.io/academy", + "author": "Layer5 Authors", "license": "Apache-2.0", - "bugs": "https://github.com/google/docsy-example/issues", - "spelling": "cSpell:ignore docsy hugo htmltest precheck postbuild rtlcss -", + "bugs": "https://github.com/layer5io/exoscale-academy/issues", + "spelling": "cSpell:ignore exoscale hugo htmltest precheck postbuild rtlcss -", "scripts": { "_build": "npm run _hugo-dev --", "_check:links": "echo IMPLEMENTATION PENDING for check-links; echo", "_hugo": "hugo --cleanDestinationDir", "_hugo-dev": "npm run _hugo -- -e dev -DFE", - "_local": "npx cross-env HUGO_MODULE_WORKSPACE=docsy.work", + "_local": "npx cross-env HUGO_MODULE_WORKSPACE=exoscale-academy.work", "_serve": "npm run _hugo-dev -- --minify serve --renderToMemory", "build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"", "build:production": "npm run _hugo -- --minify",