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