docs: re-arrange files for management

pull/38785/head
Mrugesh Mohapatra 2020-05-07 16:08:29 +05:30 committed by Mrugesh Mohapatra
parent f7148650ce
commit eba6da66cc
7 changed files with 30 additions and 18 deletions

View File

@ -1,24 +1,23 @@
- **<i class="fad fa-hourglass-start"></i> Getting Started**
- [Introduction](/index.md 'Contribute to the freeCodeCamp.org Community')
- **<i class="fad fa-code"></i> Code Contribution Guides**
- [How to work on coding challenges](/how-to-work-on-coding-challenges.md)
- [How to help with video challenges](/how-to-help-with-video-challenges.md)
- [How to set up freeCodeCamp locally](/how-to-setup-freecodecamp-locally.md)
- [How to open a pull request](/how-to-open-a-pull-request.md)
- [How to work on the news theme](/how-to-work-on-the-news-theme.md)
- [How to work on the docs theme](/how-to-work-on-the-docs-theme.md)
- [How to catch outgoing emails locally](/how-to-catch-outgoing-emails-locally.md)
- [Work on coding challenges](/how-to-work-on-coding-challenges.md)
- [Help with video challenges](/how-to-help-with-video-challenges.md)
- [Set up freeCodeCamp locally](/how-to-setup-freecodecamp-locally.md)
- [Open a pull request](/how-to-open-a-pull-request.md)
- [Work on the news theme](/how-to-work-on-the-news-theme.md)
- [Work on the docs theme](/how-to-work-on-the-docs-theme.md)
- [Catch outgoing emails locally](/how-to-catch-outgoing-emails-locally.md)
- **<i class="fad fa-language"></i> Chinese Community Contribution Guides** (中文社区贡献指南)
- [Translate news articles (文章翻译计划)](/chinese-guides/news-translations.md)
- [Translate videos (视频翻译计划)](/chinese-guides/video-translations.md)
- **<i class="fad fa-laptop-code"></i> DevOps Guides**
- [How we build, test and deploy](/devops.md)
- **<i class="fad fa-plane-alt"></i> Flight Manuals** (for Staff & Mods)
- [Our DevOps Guide](/devops.md)
- [Using Reply Templates](/flight-manuals/using-reply-templates.md)
- [Work on Virtual Machines](/flight-manuals/working-on-virtual-machines.md)
- [Work on API Instances](/flight-manuals/working-on-api-instances.md)
- [Work on Web Server Instances](/flight-manuals/working-on-web-server-instances.md)
----
- [Other flight manuals](/flight-manuals/)
---
- **<i class="fad fa-user-friends"></i> Our Community**
- [**<i class="fab fa-github"></i> GitHub Repository**](https://github.com/freecodecamp/freecodecamp)
- [**<i class="fab fa-discourse"></i> Contributors category on Forum**](https://freecodecamp.org/forum/c/contributors)

View File

@ -0,0 +1 @@
Flight manuals for our staff and mods.

View File

@ -0,0 +1,7 @@
- [**<i class="fad fa-arrow-left" ></i> Go back to previous guides**](/index.md)
---
- [Work on Virtual Machines](/flight-manuals/working-on-virtual-machines.md)
- [Work on API Instances](/flight-manuals/working-on-api-instances.md)
- [Work on Web Server Instances](/flight-manuals/working-on-web-server-instances.md)

View File

@ -13,7 +13,7 @@
<meta content='freeCodeCamp.org' name='og:title' />
<meta content='Learn to code. Build projects. Earn certifications.'
+ 'Since 2015, 40,000 graduates have gotten jobs at tech '
+ 'companies including Google, Apple, Amazon, and Microsoft.' name='og:description' />
+ 'companies including Google, Apple, Amazon, and Microsoft.' name='og:description' />
<meta content='https://cdn.freecodecamp.org/platform/universal/fcc-og-1200-social-green.png' property='og:image' />
<meta content='summary_large_image' key='twitter:card' name='twitter:card' />
@ -28,7 +28,7 @@
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify/themes/vue.css">
<!-- Custom theme stylesheet -->
<link rel="stylesheet" href="components/theme.css">
<link rel="stylesheet" href="_theme.css">
<script src="https://kit.fontawesome.com/4b366379be.js" crossorigin="anonymous"></script>
@ -45,7 +45,12 @@
window.$docsify = {
// Main Config
homepage: 'index.md',
loadSidebar: 'components/sidebar.md',
loadSidebar: true,
// common aliases
alias: {
},
// break the caching
requestHeaders: {
@ -53,7 +58,7 @@
},
// Cover Page
coverpage: 'components/cover.md',
coverpage: true,
onlyCover: true,
// Navigation
@ -115,4 +120,4 @@
<script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://unpkg.com/docsify-remote-markdown/dist/docsify-remote-markdown.min.js"></script>
</html>
</html>