From 791c383db1ebe0d404f7023288e6a2257271710d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Tue, 17 Mar 2020 14:55:39 +0100 Subject: [PATCH] Move and link to FAQ --- README.md | 1 + FAQ.md => docs/FAQ.md | 0 2 files changed, 1 insertion(+) rename FAQ.md => docs/FAQ.md (100%) diff --git a/README.md b/README.md index 4f180474af..7d33330dc7 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ The final `yarn start` command should open a local instance of Backstage in your - [Discord chat](https://discord.gg/MUpMjP2) - Get support or discuss the project - [Good First Issues](https://github.com/spotify/backstage/labels/good%20first%20issue) - Start here if you want to contribute +- [FAQ](docs/FAQ.md) - Frequently Asked Questions - [Code of Conduct](CODE_OF_CONDUCT.md) - This is how we roll - Give us a star ⭐️ - If you are using Backstage or think it is an interesting project, we would love a star ❤️ diff --git a/FAQ.md b/docs/FAQ.md similarity index 100% rename from FAQ.md rename to docs/FAQ.md