Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 0 additions & 62 deletions .github/workflows/build-docs.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions docs/astro.config.ts → apps/docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import starlightTypeDoc, { typeDocSidebarGroup } from 'starlight-typedoc';

// https://astro.build/config
export default defineConfig({
site: 'https://jsimonrichard.github.io',
base: 'ProseMark',
site: 'https://prosemark.com',
integrations: [
starlight({
title: 'ProseMark Docs',
Expand Down Expand Up @@ -33,8 +32,8 @@ export default defineConfig({
plugins: [
// Generate the documentation.
starlightTypeDoc({
entryPoints: ['../packages/core/lib/main.ts'],
tsconfig: '../packages/core/tsconfig.json',
entryPoints: ['../../packages/core/lib/main.ts'],
tsconfig: '../../packages/core/tsconfig.json',
typeDoc: {
githubPages: false,
// disableGit: true, // needed when running jujutsu locally
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/houston.webp
actions:
- text: Example Guide
link: /ProseMark/guides/example/
link: /guides/example/
icon: right-arrow
- text: Read the Starlight docs
link: https://starlight.astro.build
Expand Down
File renamed without changes.
Loading