From 310595256ff4dc2d32a9a66ceaed3fe1eb19d8d9 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:57:21 +0400 Subject: [PATCH] Restructured existing guide --- docs/contributing/{ => getting-started}/code-of-conduct.mdx | 0 docs/contributing/{ => getting-started}/faq.mdx | 2 +- docs/contributing/{ => platform}/developing.mdx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/contributing/{ => getting-started}/code-of-conduct.mdx (100%) rename docs/contributing/{ => getting-started}/faq.mdx (96%) rename docs/contributing/{ => platform}/developing.mdx (96%) diff --git a/docs/contributing/code-of-conduct.mdx b/docs/contributing/getting-started/code-of-conduct.mdx similarity index 100% rename from docs/contributing/code-of-conduct.mdx rename to docs/contributing/getting-started/code-of-conduct.mdx diff --git a/docs/contributing/faq.mdx b/docs/contributing/getting-started/faq.mdx similarity index 96% rename from docs/contributing/faq.mdx rename to docs/contributing/getting-started/faq.mdx index 31863687f..f34382c64 100644 --- a/docs/contributing/faq.mdx +++ b/docs/contributing/getting-started/faq.mdx @@ -6,7 +6,7 @@ description: "Frequently Asked Questions about contributing to Infisical" Frequently asked questions about contributing to Infisical can be found on this page. If you can't find the answer you are looking for, please create an issue on our GitHub repository or join our Slack channel for additional support. - + The Alpine Linux CDN may be unavailable/down in your region infrequently (eg. there is an unplanned outage). One possible fix is to add a retry mechanism and a fallback mirrors array to the Dockerfile. You can also use this as an opportunity to pin the Alpine Linux version for Docker to use in case there are issues with the latest version. Ensure to use https for the mirrors. #### Make the following changes to the backend Dockerfile diff --git a/docs/contributing/developing.mdx b/docs/contributing/platform/developing.mdx similarity index 96% rename from docs/contributing/developing.mdx rename to docs/contributing/platform/developing.mdx index bc1bc8dd5..7a43c8250 100644 --- a/docs/contributing/developing.mdx +++ b/docs/contributing/platform/developing.mdx @@ -1,6 +1,6 @@ --- title: 'Local development' -description: 'This guide will help you set up and run Infisical in local development.' +description: 'This guide will help you set up and run the Infisical platform in local development.' --- ## Fork and clone the repo