diff --git a/website/astro.config.mjs b/website/astro.config.mjs index bfd40f20a57..cd32a329ce7 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -162,13 +162,6 @@ export default defineConfig({ directory: "development", }, }, - { - label: "Deprecated", - collapsed: true, - autogenerate: { - directory: "deprecated", - }, - }, ], }), sitemap(), diff --git a/website/package-lock.json b/website/package-lock.json index abaf77267f3..11126b11d0d 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,16 +14,16 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.7", - "astro": "5.2.5", + "astro": "5.2.6", "astro-better-image-service": "2.1.2", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", - "prettier": "3.4.2", + "prettier": "3.5.1", "sharp": "0.33.5", "starlight-blog": "0.16.1", "starlight-image-zoom": "0.10.1", - "starlight-links-validator": "0.14.2", + "starlight-links-validator": "0.14.3", "tailwindcss": "3.4.17", "typescript": "5.7.3" } @@ -2298,10 +2298,9 @@ } }, "node_modules/astro": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.5.tgz", - "integrity": "sha512-AYXyYkc+c5xbKTm48FyQA91y81nXyNPAaoyafR0LUugE4lAwuvIUcXDBfMzmbuP1lGRvsE33G2oypv6gbGaPFg==", - "license": "MIT", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.2.6.tgz", + "integrity": "sha512-CrTuJMwpWF9kmOhX+cl6uPqNbTRrHO7eXggFP9SK7+Bsen/7FpJtA6k1p/ALleuV5ndJLqn/9tpmP3qACHPjYA==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.5.1", @@ -6787,10 +6786,9 @@ } }, "node_modules/prettier": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", - "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", - "license": "MIT", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", + "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", "bin": { "prettier": "bin/prettier.cjs" }, @@ -7649,10 +7647,9 @@ } }, "node_modules/starlight-links-validator": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/starlight-links-validator/-/starlight-links-validator-0.14.2.tgz", - "integrity": "sha512-OsPngajtW4kB/oxiW3Kt1Fd+rY3opdIWbD/n5pGQMzil03QujT6rAeHEBR4tXRdjQW4HnFZYIy/ANhBu4kUNfQ==", - "license": "MIT", + "version": "0.14.3", + "resolved": "https://registry.npmjs.org/starlight-links-validator/-/starlight-links-validator-0.14.3.tgz", + "integrity": "sha512-2CvQs0ZdIVExrEQ1bn0r2aFx4n+VSOb6vDWK+gTNb5N1c+nXJ7VjUbEsQhj+9Lb7XgY6Nxqz9JXUM9364hJ3ZA==", "dependencies": { "@types/picomatch": "^3.0.1", "github-slugger": "^2.0.0", @@ -7660,6 +7657,7 @@ "hast-util-has-property": "^3.0.0", "is-absolute-url": "^4.0.1", "kleur": "^4.1.5", + "mdast-util-mdx-jsx": "^3.1.3", "mdast-util-to-string": "^4.0.0", "picomatch": "^4.0.2", "unist-util-visit": "^5.0.0" diff --git a/website/src/content/docs/guides/add-ingress.md b/website/src/content/docs/guides/add-ingress.md index 23fdcbfd603..2dc052406fd 100644 --- a/website/src/content/docs/guides/add-ingress.md +++ b/website/src/content/docs/guides/add-ingress.md @@ -21,9 +21,6 @@ ingress: enabled: true hosts: - host: chart-example.local - tls: - - hosts: - - chart-example.local ``` This can be expanded by adding "integrations" with cert-manager, and/or homepage, for example: @@ -34,10 +31,6 @@ ingress: enabled: true hosts: - host: chart-example.local - tls: - - hosts: - - chart-example.local - secretName: chart-example-tls integrations: certManager: enabled: false