Skip to content

Commit

Permalink
docs: typedoc - use main branch for source links
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 18, 2024
1 parent 43e54e9 commit fe2796e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/docs/src/server/generated/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Passed into Vite `config.ssr.target`.

#### Defined in

[types/index.ts:60](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L60)
[types/index.ts:60](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L60)

---

Expand All @@ -107,7 +107,7 @@ Pass any options for the adapter in as a generic.

#### Defined in

[types/index.ts:90](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L90)
[types/index.ts:90](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L90)

---

Expand Down Expand Up @@ -151,7 +151,7 @@ The name of the entry point without extension.

#### Defined in

[types/index.ts:44](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L44)
[types/index.ts:44](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L44)

---

Expand All @@ -165,7 +165,7 @@ Middleware used in the Vite server for dev and preview.

#### Defined in

[types/index.ts:41](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L41)
[types/index.ts:41](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L41)

---

Expand Down Expand Up @@ -193,7 +193,7 @@ Exports from the SSR `app` entry point.
#### Defined in

[types/index.ts:7](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L7)
[types/index.ts:7](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L7)

---

Expand Down Expand Up @@ -250,7 +250,7 @@ export default defineConfig({

#### Defined in

[types/index.ts:116](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L116)
[types/index.ts:116](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L116)

---

Expand Down Expand Up @@ -281,7 +281,7 @@ export const handler: Handler = async (req) => {

#### Defined in

[types/index.ts:24](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L24)
[types/index.ts:24](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L24)

---

Expand All @@ -299,7 +299,7 @@ Helper type for a type that could be a promise.

#### Defined in

[types/index.ts:4](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L4)
[types/index.ts:4](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L4)

---

Expand All @@ -322,7 +322,7 @@ export const prerender: Prerender = ["/", "/post-1", "/post-2"];

#### Defined in

[types/index.ts:38](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/types/index.ts#L38)
[types/index.ts:38](https://github.com/rossrobino/domco/blob/main/packages/domco/src/types/index.ts#L38)

## Functions

Expand Down Expand Up @@ -361,4 +361,4 @@ export default defineConfig({

#### Defined in

[plugin/index.ts:29](https://github.com/rossrobino/domco/blob/96bc88dd5cb595f98ceeaa40c8e6c0f3884cd45b/packages/domco/src/plugin/index.ts#L29)
[plugin/index.ts:29](https://github.com/rossrobino/domco/blob/main/packages/domco/src/plugin/index.ts#L29)
1 change: 1 addition & 0 deletions packages/domco/typedoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export default {
entryPoints: ["src/index.ts"],
out: "../../apps/docs/src/server/generated",
plugin: ["typedoc-plugin-markdown"],
gitRevision: "main",
...markdownOptions,
};

0 comments on commit fe2796e

Please sign in to comment.