Skip to content
Open
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
10 changes: 10 additions & 0 deletions docs/pages/references.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "References"
---

Here you'll find references for Outpost global configuration, planning, roadmap and API documentation:

- [Outpost Configuration](/docs/references/configuration)
- [Outpost Planning](https://github.com/orgs/hookdeck/projects/21/views/1)
- [Outpost Roadmap](/docs/references/roadmap)
- [Outpost API](/docs/api/authentication)
2 changes: 2 additions & 0 deletions docs/zudoku.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const config: ZudokuConfig = {
{
type: "category",
label: "Quickstarts",
link: "quickstarts",
collapsed: false,
collapsible: false,
items: [
Expand Down Expand Up @@ -171,6 +172,7 @@ const config: ZudokuConfig = {
{
type: "category",
label: "References",
link: "references",
collapsed: false,
collapsible: false,
items: [
Expand Down
4 changes: 2 additions & 2 deletions website/src/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const GITHUB = "https://github.com/hookdeck/outpost";
export const LINKS = {
github: GITHUB,
docs: `/docs`,
docs_quickstarts: `/docs/quickstart`,
docs_concepts: `/docs`,
docs_quickstarts: `/docs/quickstarts`,
docs_concepts: `/docs/concepts`,
docs_features: `/docs/features`,
docs_guides: `/docs/guides`,
docs_references: `/docs/references`,
Expand Down