From a007de219a3e43ca3e5560fe96e0f6a675383020 Mon Sep 17 00:00:00 2001 From: Blueswen Date: Wed, 3 Jan 2024 23:33:15 +0800 Subject: [PATCH] Replace spotify with backstage (#103) --- docs/index.md | 2 +- sample-docs/docs/authentication.md | 2 +- sample-docs/docs/index.md | 2 +- sample-docs/v1/docs/changelog.md | 2 +- sample-docs/v1/docs/reference.md | 2 +- sample-docs/v2/docs/changelog.md | 2 +- sample-docs/v2/docs/migrating.md | 2 +- sample-docs/v2/docs/reference.md | 2 +- sample-docs/v3/docs/changelog.md | 2 +- sample-docs/v3/docs/migrating.md | 2 +- sample-docs/v3/docs/reference.md | 4 ++-- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/index.md b/docs/index.md index a8cd084..7846427 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ ✚ This plugin enables you to build multiple sets of documentation in a single Mkdocs. It is designed to address writing documentation in Spotify's largest and most business-critical codebases (typically monoliths or monorepos). -✏️ [Blog Post](https://labs.spotify.com/2019/10/01/solving-documentation-for-monoliths-and-monorepos/) | 🐍 [Python Package](https://pypi.org/project/mkdocs-monorepo-plugin/) | ✚ [Demo](https://spotify.github.io/mkdocs-monorepo-plugin/monorepo-example/) | 📕 [Docs](https://spotify.github.io/mkdocs-monorepo-plugin/) +✏️ [Blog Post](https://labs.spotify.com/2019/10/01/solving-documentation-for-monoliths-and-monorepos/) | 🐍 [Python Package](https://pypi.org/project/mkdocs-monorepo-plugin/) | ✚ [Demo](https://backstage.github.io/mkdocs-monorepo-plugin/monorepo-example/) | 📕 [Docs](https://backstage.github.io/mkdocs-monorepo-plugin/) ## Features diff --git a/sample-docs/docs/authentication.md b/sample-docs/docs/authentication.md index d71284e..80fbc08 100644 --- a/sample-docs/docs/authentication.md +++ b/sample-docs/docs/authentication.md @@ -7,4 +7,4 @@ This explains how to authenticate. To authenticate, simply pass in your access token in the form of a `Authorization: Bearer {access_token}` header in your HTTP request to our API. - Markdown source: `sample-docs/docs/authentication.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/docs/index.md b/sample-docs/docs/index.md index f2314a0..ce27a1e 100644 --- a/sample-docs/docs/index.md +++ b/sample-docs/docs/index.md @@ -9,4 +9,4 @@ This contains the documentation for our Developer Platform. - [v3 API Reference](./versions/v3/reference.md) - Markdown source: `sample-docs/docs/index.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v1/docs/changelog.md b/sample-docs/v1/docs/changelog.md index 6d394b1..84b564d 100644 --- a/sample-docs/v1/docs/changelog.md +++ b/sample-docs/v1/docs/changelog.md @@ -3,4 +3,4 @@ This contains the changelog for the v1 API. - Markdown source: `sample-docs/v1/docs/changelog.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v1/docs/reference.md b/sample-docs/v1/docs/reference.md index ebef27f..4b1fce3 100644 --- a/sample-docs/v1/docs/reference.md +++ b/sample-docs/v1/docs/reference.md @@ -15,4 +15,4 @@ Parameters: Returns a list of cats that match the search query. - Markdown source: `sample-docs/v1/docs/reference.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v2/docs/changelog.md b/sample-docs/v2/docs/changelog.md index 021bf14..8b6bdee 100644 --- a/sample-docs/v2/docs/changelog.md +++ b/sample-docs/v2/docs/changelog.md @@ -3,4 +3,4 @@ This contains the changelog for the v2 API. - Markdown source: `sample-docs/v2/docs/changelog.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v2/docs/migrating.md b/sample-docs/v2/docs/migrating.md index 742e78f..c9f92ef 100644 --- a/sample-docs/v2/docs/migrating.md +++ b/sample-docs/v2/docs/migrating.md @@ -3,4 +3,4 @@ This contains the migration guide to the v2 API from the v1 API. - Markdown source: `sample-docs/v2/docs/migrating.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v2/docs/reference.md b/sample-docs/v2/docs/reference.md index 25be2fe..b8866fd 100644 --- a/sample-docs/v2/docs/reference.md +++ b/sample-docs/v2/docs/reference.md @@ -23,4 +23,4 @@ Parameters: Returns a list of cats that match the search query. - Markdown source: `sample-docs/v2/docs/reference.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v3/docs/changelog.md b/sample-docs/v3/docs/changelog.md index 7a5337d..657408e 100644 --- a/sample-docs/v3/docs/changelog.md +++ b/sample-docs/v3/docs/changelog.md @@ -3,4 +3,4 @@ This contains the changelog for the v3 API. - Markdown source: `sample-docs/v3/docs/changelog.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v3/docs/migrating.md b/sample-docs/v3/docs/migrating.md index e16a323..26a856f 100644 --- a/sample-docs/v3/docs/migrating.md +++ b/sample-docs/v3/docs/migrating.md @@ -3,4 +3,4 @@ This contains the migration guide to the v3 API from the v2 API. - Markdown source: `sample-docs/v3/docs/migrating.md` -- Permalink: \ No newline at end of file +- Permalink: diff --git a/sample-docs/v3/docs/reference.md b/sample-docs/v3/docs/reference.md index 223575d..156c1b2 100644 --- a/sample-docs/v3/docs/reference.md +++ b/sample-docs/v3/docs/reference.md @@ -23,8 +23,8 @@ Parameters: Returns a list of cats that match the search query. - Markdown source: `sample-docs/v3/docs/reference.md` -- Permalink: +- Permalink: ## GET /v3/cat/:name/lives_left -Returns how many lives the cat named `:name` still has left. \ No newline at end of file +Returns how many lives the cat named `:name` still has left.