Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #67 from trueberryless-org/netlify

netlify

authored by

trueberryless and committed by
GitHub
6036d7d3 4cd884c7

+1 -23
-8
docs/astro.config.ts
··· 3 3 import starlightLinksValidator from "starlight-links-validator"; 4 4 import starlightCoolerCredit from "starlight-cooler-credit"; 5 5 import starlightPluginsDocsComponents from "@trueberryless-org/starlight-plugins-docs-components"; 6 - import starlightPluginShowLatestVersion from "starlight-plugin-show-latest-version"; 7 6 8 7 import node from "@astrojs/node"; 9 8 ··· 37 36 }, 38 37 ], 39 38 }, 40 - }), 41 - starlightPluginShowLatestVersion({ 42 - source: { 43 - type: "npm", 44 - slug: "starlight-cooler-credit", 45 - }, 46 - showInSiteTitle: "deferred", 47 39 }), 48 40 ], 49 41 components: {
+1 -2
docs/package.json
··· 36 36 "sharp": "^0.33.5", 37 37 "starlight-contributor-list": "^0.2.0", 38 38 "starlight-cooler-credit": "workspace:*", 39 - "starlight-links-validator": "^0.14.3", 40 - "starlight-plugin-show-latest-version": "^0.3.1" 39 + "starlight-links-validator": "^0.14.3" 41 40 }, 42 41 "packageManager": "pnpm@9.6.0", 43 42 "engines": {
-13
pnpm-lock.yaml
··· 44 44 starlight-links-validator: 45 45 specifier: ^0.14.3 46 46 version: 0.14.3(@astrojs/starlight@0.32.0(astro@5.3.0(jiti@2.4.2)(rollup@4.34.7)(typescript@5.6.3))) 47 - starlight-plugin-show-latest-version: 48 - specifier: ^0.3.1 49 - version: 0.3.1(@astrojs/starlight@0.32.0(astro@5.3.0(jiti@2.4.2)(rollup@4.34.7)(typescript@5.6.3))) 50 47 51 48 packages/starlight-cooler-credit: 52 49 dependencies: ··· 2058 2055 engines: {node: '>=18.17.1'} 2059 2056 peerDependencies: 2060 2057 '@astrojs/starlight': '>=0.22.0' 2061 - 2062 - starlight-plugin-show-latest-version@0.3.1: 2063 - resolution: {integrity: sha512-Zoa68nq+bPFZ29bRh7xCcy5YcHK5IUfgkTdx2VuBsxLYk0/T4psWLLcOYs9iBQ2ngwzTtIxj25aY4ozhTltH5A==} 2064 - engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0} 2065 - peerDependencies: 2066 - '@astrojs/starlight': '>=0.30' 2067 2058 2068 2059 starlight-showcases@0.2.0: 2069 2060 resolution: {integrity: sha512-YWJuTqArkUdVJV85VKZJ0BvKCQRu1SKtH/Cr5t6G/oIfI4IptWc92E7BmiuNnpuQ2U7TczTRidCYurPrbgQQVA==} ··· 5098 5089 - supports-color 5099 5090 5100 5091 starlight-package-managers@0.8.1(@astrojs/starlight@0.32.0(astro@5.3.0(jiti@2.4.2)(rollup@4.34.7)(typescript@5.6.3))): 5101 - dependencies: 5102 - '@astrojs/starlight': 0.32.0(astro@5.3.0(jiti@2.4.2)(rollup@4.34.7)(typescript@5.6.3)) 5103 - 5104 - starlight-plugin-show-latest-version@0.3.1(@astrojs/starlight@0.32.0(astro@5.3.0(jiti@2.4.2)(rollup@4.34.7)(typescript@5.6.3))): 5105 5092 dependencies: 5106 5093 '@astrojs/starlight': 0.32.0(astro@5.3.0(jiti@2.4.2)(rollup@4.34.7)(typescript@5.6.3)) 5107 5094