diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 972dbfe644..0468ed4378 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -1,5 +1,5 @@ --- -id: index +id: configuration title: Getting Started, configuring Backstage description: Getting started with your initial Backstage configuration --- @@ -19,7 +19,8 @@ At the end of this tutorial, you can expect: - Access to a Linux-based operating system, such as Linux, MacOS or [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/) -- An account with elevated rights to install prerequisites +- An account with elevated rights to install prerequisites on your operating + system - If the database is not hosted on the same server as the Backstage app, the PostgreSQL port needs to be accessible (the default is 5432 or 5433) @@ -137,16 +138,17 @@ frontend, in our tutorial it would be `http://127.0.0.1:3000`. The likely be `http://127.0.0.1:7007/api/auth/github/handler/frame`.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-The most common next steps are to move to a persistent database, configure
-authentication, and add a plugin:
-
-- [Switching from SQLite to PostgresQL](https://backstage.io/docs/tutorials/switching-sqlite-postgres)
-- [Setting up Authentication](https://backstage.io/docs/auth/)
-- [Adding a plugin](https://backstage.io/docs/getting-started/configure-app-with-plugins)
+In the next part of this tutorial, you'll learn how to change to a persistent
+database, configure authentication, and add your first integration. Continue
+with [getting started: Configuring Backstage](configuration.md).
Congratulations! That should be it. Let us know how it went:
[on discord](https://discord.gg/EBHEGzX), file issues for any
diff --git a/microsite/sidebars.json b/microsite/sidebars.json
index 89eb282d14..d41aab4f7a 100644
--- a/microsite/sidebars.json
+++ b/microsite/sidebars.json
@@ -14,6 +14,7 @@
],
"Getting Started": [
"getting-started/index",
+ "getting-started/configuration",
"getting-started/create-an-app",
"getting-started/running-backstage-locally",
{
diff --git a/mkdocs.yml b/mkdocs.yml
index 2eed377819..625236f737 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -64,6 +64,7 @@ nav:
- Backstage Search:
- Overview: 'features/search/README.md'
- Getting Started: 'features/search/getting-started.md'
+ - Getting Started, configuring Backstage: 'features/search/configuration.md'
- Concepts: 'features/search/concepts.md'
- Search Architecture: 'features/search/architecture.md'
- Search Engines: 'features/search/search-engines.md'