|
7 | 7 | "path":"./README.md", |
8 | 8 | "icon_path":"./images/icons/home.svg", |
9 | 9 | "children": [ |
| 10 | +{ |
| 11 | +"title":"Screenshots", |
| 12 | +"description":"View screenshots of the Coder platform", |
| 13 | +"path":"./start/screenshots.md" |
| 14 | +}, |
10 | 15 | { |
11 | 16 | "title":"Quickstart", |
12 | 17 | "description":"Learn how to install and run Coder quickly", |
13 | 18 | "path":"./tutorials/quickstart.md" |
14 | 19 | }, |
15 | 20 | { |
16 | | -"title":"Screenshots", |
17 | | -"description":"View screenshots of the Coder platform", |
18 | | -"path":"./start/screenshots.md" |
| 21 | +"title":"Support", |
| 22 | +"description":"How Coder supports your deployment and you", |
| 23 | +"path":"./support/index.md", |
| 24 | +"children": [ |
| 25 | +{ |
| 26 | +"title":"Generate a Support Bundle", |
| 27 | +"description":"Generate and upload a Support Bundle to Coder Support", |
| 28 | +"path":"./support/support-bundle.md" |
| 29 | +} |
| 30 | +] |
| 31 | +}, |
| 32 | +{ |
| 33 | +"title":"Contributing", |
| 34 | +"description":"Learn how to contribute to Coder", |
| 35 | +"path":"./CONTRIBUTING.md", |
| 36 | +"icon_path":"./images/icons/contributing.svg", |
| 37 | +"children": [ |
| 38 | +{ |
| 39 | +"title":"Code of Conduct", |
| 40 | +"description":"See the code of conduct for contributing to Coder", |
| 41 | +"path":"./contributing/CODE_OF_CONDUCT.md", |
| 42 | +"icon_path":"./images/icons/circle-dot.svg" |
| 43 | +}, |
| 44 | +{ |
| 45 | +"title":"Documentation", |
| 46 | +"description":"Our style guide for use when authoring documentation", |
| 47 | +"path":"./contributing/documentation.md", |
| 48 | +"icon_path":"./images/icons/document.svg" |
| 49 | +}, |
| 50 | +{ |
| 51 | +"title":"Backend", |
| 52 | +"description":"Our guide for backend development", |
| 53 | +"path":"./contributing/backend.md", |
| 54 | +"icon_path":"./images/icons/gear.svg" |
| 55 | +}, |
| 56 | +{ |
| 57 | +"title":"Frontend", |
| 58 | +"description":"Our guide for frontend development", |
| 59 | +"path":"./contributing/frontend.md", |
| 60 | +"icon_path":"./images/icons/frontend.svg" |
| 61 | +}, |
| 62 | +{ |
| 63 | +"title":"Security", |
| 64 | +"description":"Our guide for security", |
| 65 | +"path":"./contributing/SECURITY.md", |
| 66 | +"icon_path":"./images/icons/lock.svg" |
| 67 | +} |
| 68 | +] |
19 | 69 | } |
20 | 70 | ] |
21 | 71 | }, |
|
810 | 860 | } |
811 | 861 | ] |
812 | 862 | }, |
813 | | -{ |
814 | | -"title":"Contributing", |
815 | | -"description":"Learn how to contribute to Coder", |
816 | | -"path":"./CONTRIBUTING.md", |
817 | | -"icon_path":"./images/icons/contributing.svg", |
818 | | -"children": [ |
819 | | -{ |
820 | | -"title":"Code of Conduct", |
821 | | -"description":"See the code of conduct for contributing to Coder", |
822 | | -"path":"./contributing/CODE_OF_CONDUCT.md", |
823 | | -"icon_path":"./images/icons/circle-dot.svg" |
824 | | -}, |
825 | | -{ |
826 | | -"title":"Documentation", |
827 | | -"description":"Our style guide for use when authoring documentation", |
828 | | -"path":"./contributing/documentation.md", |
829 | | -"icon_path":"./images/icons/document.svg" |
830 | | -}, |
831 | | -{ |
832 | | -"title":"Backend", |
833 | | -"description":"Our guide for backend development", |
834 | | -"path":"./contributing/backend.md", |
835 | | -"icon_path":"./images/icons/gear.svg" |
836 | | -}, |
837 | | -{ |
838 | | -"title":"Frontend", |
839 | | -"description":"Our guide for frontend development", |
840 | | -"path":"./contributing/frontend.md", |
841 | | -"icon_path":"./images/icons/frontend.svg" |
842 | | -}, |
843 | | -{ |
844 | | -"title":"Security", |
845 | | -"description":"Our guide for security", |
846 | | -"path":"./contributing/SECURITY.md", |
847 | | -"icon_path":"./images/icons/lock.svg" |
848 | | -} |
849 | | -] |
850 | | -}, |
851 | 863 | { |
852 | 864 | "title":"Tutorials", |
853 | 865 | "description":"Coder knowledgebase for administrating your deployment", |
|
874 | 886 | "description":"Learn about image management with Coder", |
875 | 887 | "path":"./admin/templates/managing-templates/image-management.md" |
876 | 888 | }, |
877 | | -{ |
878 | | -"title":"Generate a Support Bundle", |
879 | | -"description":"Generate and upload a Support Bundle to Coder Support", |
880 | | -"path":"./tutorials/support-bundle.md" |
881 | | -}, |
882 | 889 | { |
883 | 890 | "title":"Configuring Okta", |
884 | 891 | "description":"Custom claims/scopes with Okta for group/role sync", |
|