From a3449939b0abdfb34082d239a335a274276cabb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Wed, 15 Jul 2020 17:50:09 +0200 Subject: [PATCH] [Docs] Fix links in main README (#1651) --- README.md | 11 +++++------ docs/README.md | 4 ++-- docs/dls/storybook.md | 0 docs/features/software-catalog/index.md | 2 ++ mkdocs.yml | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 docs/dls/storybook.md diff --git a/README.md b/README.md index 07d523a6ae..975efee824 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,12 @@ Take a look at the [Getting Started](docs/getting-started/README.md) guide to le ## Documentation -- [Getting Started](docs/getting-started/README.md) -- [Create a Backstage App](docs/create-an-app.md) -- [Architecture](docs/overview/architecture-terminology.md) ([Decisions](docs/architecture-decisions)) -- [API references](docs/reference/README.md) -- [Designing for Backstage](docs/design.md) +- [Main documentation](docs/README.md) +- [Service Catalog](docs/features/software-catalog/index.md) +- [Create a Backstage App](docs/getting-started/create-an-app.md) +- [Architecture](docs/overview/architecture-terminology.md) ([Decisions](docs/architecture-decisions/index.md)) +- [Designing for Backstage](docs/dls/design.md) - [Storybook - UI components](http://storybook.backstage.io) -- [Contributing to Storybook](docs/getting-started/contributing-to-storybook.md) ## Contributing diff --git a/docs/README.md b/docs/README.md index f8385fb4c8..bed5fe8fbe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,7 +17,7 @@ better yet, a pull request. - [Create an App](getting-started/create-an-app.md) - App configuration - [Configuring App with plugins](getting-started/configure-app-with-plugins.md) - - [Customize the look-and-feel of your App](getting-started/customize-app-look-and-feel.md) + - [Customize the look-and-feel of your App](getting-started/app-custom-theme.md) - Deployment scenarios - [Kubernetes](getting-started/deployment-k8s.md) - [Other](getting-started/deployment-other.md) @@ -67,7 +67,7 @@ better yet, a pull request. - [Glossary](auth/glossary.md) - Designing for Backstage - [Backstage Design Language System (DLS)](dls/design.md) - - [Storybook -- reusable UI components](dls/storybook.md) + - [Storybook -- reusable UI components](http://storybook.backstage.io) - [Contributing to Storybook](dls/contributing-to-storybook.md) - [Figma resources](dls/figma.md) - API references diff --git a/docs/dls/storybook.md b/docs/dls/storybook.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docs/features/software-catalog/index.md b/docs/features/software-catalog/index.md index daade46b4d..4925f32e1a 100644 --- a/docs/features/software-catalog/index.md +++ b/docs/features/software-catalog/index.md @@ -21,4 +21,6 @@ can be organised around the entities in the catalog. ## Using the Service Catalog +TODO + ![](service-catalog-home.png) diff --git a/mkdocs.yml b/mkdocs.yml index 6015e1c19d..d5e89a0412 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,7 +15,7 @@ nav: - Create an App: 'getting-started/create-an-app.md' - App configuration: - Configuring App with plugins: 'getting-started/configure-app-with-plugins.md' - - Customize the look-and-feel of your App: 'getting-started/customize-app-look-and-feel.md' + - Customize the look-and-feel of your App: 'getting-started/app-custom-theme.md' - Deployment scenarios: - Kubernetes: 'getting-started/deployment-k8s.md' - Other: 'getting-started/deployment-other.md' @@ -70,7 +70,7 @@ nav: - Glossary: 'auth/glossary.md' - Designing for Backstage: - Backstage Design Language System (DLS): 'dls/design.md' - - Storybook -- reusable UI components: 'dls/storybook.md' + - Storybook -- reusable UI components: 'http://storybook.backstage.io' - Contributing to Storybook: 'dls/contributing-to-storybook.md' - Figma resources: 'dls/figma.md' - API references: