Compare commits
3 Commits
0.0.1
...
renovate/e
Author | SHA1 | Date | |
---|---|---|---|
12074d2d5d
|
|||
44e39d08d9 | |||
0ff0908e44 |
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22.17.1
|
node-version: 22.18.0
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
ARG REGISTRY=docker.io
|
ARG REGISTRY=docker.io
|
||||||
FROM ${REGISTRY}/node:22.17.1-alpine3.22 AS base
|
FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base
|
||||||
|
|
||||||
LABEL version="0.0.1"
|
LABEL version="0.0.1"
|
||||||
LABEL description="Astro based documentation website"
|
LABEL description="Astro based documentation website"
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import { defineConfig } from "astro/config";
|
import { defineConfig } from "astro/config";
|
||||||
import tailwindcss from "@tailwindcss/vite";
|
|
||||||
import starlight from "@astrojs/starlight";
|
|
||||||
import react from "@astrojs/react";
|
|
||||||
|
|
||||||
import node from "@astrojs/node";
|
import node from "@astrojs/node";
|
||||||
|
import tailwindcss from "@tailwindcss/vite";
|
||||||
|
import starlight from "@astrojs/starlight";
|
||||||
|
import catppuccin from "@catppuccin/starlight";
|
||||||
|
|
||||||
const getSiteURL = () => {
|
const getSiteURL = () => {
|
||||||
if (process.env.SITE_URL) {
|
if (process.env.SITE_URL) {
|
||||||
@@ -16,9 +16,9 @@ const getSiteURL = () => {
|
|||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: getSiteURL(),
|
site: getSiteURL(),
|
||||||
|
|
||||||
integrations: [
|
integrations: [
|
||||||
tailwindcss(),
|
tailwindcss(),
|
||||||
react(),
|
|
||||||
starlight({
|
starlight({
|
||||||
title: "My Docs",
|
title: "My Docs",
|
||||||
social: [
|
social: [
|
||||||
@@ -28,6 +28,12 @@ export default defineConfig({
|
|||||||
href: "https://github.com/withastro/starlight",
|
href: "https://github.com/withastro/starlight",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
plugins: [
|
||||||
|
catppuccin({
|
||||||
|
dark: { flavor: "macchiato", accent: "sapphire" },
|
||||||
|
light: { flavor: "latte", accent: "sky" }
|
||||||
|
})
|
||||||
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
label: "Guides",
|
label: "Guides",
|
||||||
|
14
package.json
14
package.json
@@ -12,18 +12,14 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "4.3.2",
|
"@astrojs/mdx": "4.3.3",
|
||||||
"@astrojs/node": "9.3.2",
|
"@astrojs/node": "9.3.3",
|
||||||
"@astrojs/react": "^4.3.0",
|
|
||||||
"@astrojs/starlight": "^0.35.2",
|
"@astrojs/starlight": "^0.35.2",
|
||||||
|
"@catppuccin/starlight": "1.0.1",
|
||||||
"@tailwindcss/postcss": "^4.1.8",
|
"@tailwindcss/postcss": "^4.1.8",
|
||||||
"@tailwindcss/vite": "^4.1.8",
|
"@tailwindcss/vite": "^4.1.8",
|
||||||
"astro": "5.12.7",
|
"astro": "5.12.8",
|
||||||
"framer-motion": "^12.16.0",
|
"framer-motion": "^12.16.0",
|
||||||
"react": "^19.1.0",
|
|
||||||
"react-dom": "^19.1.0",
|
|
||||||
"react-hotkeys-hook": "^5.1.0",
|
|
||||||
"react-icons": "^5.5.0",
|
|
||||||
"sanitize-html": "^2.17.0",
|
"sanitize-html": "^2.17.0",
|
||||||
"sharp": "^0.34.2",
|
"sharp": "^0.34.2",
|
||||||
"tailwindcss": "^4.1.8"
|
"tailwindcss": "^4.1.8"
|
||||||
@@ -31,7 +27,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
"@typescript-eslint/parser": "8.38.0",
|
"@typescript-eslint/parser": "8.38.0",
|
||||||
"eslint": "9.32.0",
|
"eslint": "9.33.0",
|
||||||
"eslint-config-prettier": "10.1.8",
|
"eslint-config-prettier": "10.1.8",
|
||||||
"eslint-plugin-astro": "1.3.1",
|
"eslint-plugin-astro": "1.3.1",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.5.3",
|
||||||
|
629
pnpm-lock.yaml
generated
629
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user