Skip to content

Commit

Permalink
add docs section
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Sep 30, 2024
1 parent 4cad7ed commit ccfe382
Show file tree
Hide file tree
Showing 8 changed files with 1,431 additions and 7 deletions.
10 changes: 9 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@ import { defineConfig } from "astro/config";

import node from "@astrojs/node";

import starlight from "@astrojs/starlight";

// import qwikdev from "@qwikdev/astro";

// https://astro.build/config
export default defineConfig({
integrations: [],
integrations: [
starlight({
title: "BABLR docs",
logo: { src: "./src/images/BABLRTransparent.png", replacesTitle: true },
prerender: false,
}),
],
server: { port: 8080 },
site: "https://bablr.org",
output: "server",
Expand Down
Loading

0 comments on commit ccfe382

Please sign in to comment.