├── Developer-Docs ├── code-style-guides.pdf └── ruby-style-guide.pdf ├── README.md ├── User-Help ├── AccessibilityGeneric.html ├── CodidactMainPageFAQ.md ├── Community-Help │ ├── Content-Guidelines │ │ ├── AskingGuidance.md │ │ └── ReferencingGuidelines.md │ ├── GlobalFAQ.md │ ├── LocalFAQTemplate.md │ ├── Moderation-Help │ │ ├── DeletedPostHelp.md │ │ └── Moderator-Help │ │ │ ├── ModeratorFAQ.md │ │ │ └── SuspensionGuidance.md │ └── PrivacyPolicy.md ├── Platform-Help │ ├── Using-Platform │ │ ├── Articles.md │ │ ├── ImportedContent.md │ │ ├── Scoring.md │ │ ├── SearchHelp.md │ │ └── Voting.md │ └── Writing-Posts │ │ ├── AdvancedFormatting.md │ │ ├── AltText.md │ │ ├── CodidactAccessibilityHelpArticle.md │ │ ├── CodidactLicenses.md │ │ └── FormattingHelp.md ├── System-Text │ ├── CodidactAbilities.md │ ├── GoodOriginalSubmission.md │ ├── GoodQuestionBlurb.md │ ├── NewUserBlurb.md │ └── post-flags.md ├── accessibility.md ├── codidact-org.png ├── privacy-policy.html ├── scoring_3d.png ├── scoring_distribution.png ├── scoring_formula.png ├── scoring_table.png └── voting.png ├── coc.html ├── tos.html └── zz_Archive ├── GettingStarted.md ├── GlobalTrustLevels.md ├── NewSiteDeploy.md ├── NoOfDatabases.md ├── SPA.md └── TODO.md /Developer-Docs/code-style-guides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/Developer-Docs/code-style-guides.pdf -------------------------------------------------------------------------------- /Developer-Docs/ruby-style-guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/Developer-Docs/ruby-style-guide.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/README.md -------------------------------------------------------------------------------- /User-Help/AccessibilityGeneric.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/AccessibilityGeneric.html -------------------------------------------------------------------------------- /User-Help/CodidactMainPageFAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/CodidactMainPageFAQ.md -------------------------------------------------------------------------------- /User-Help/Community-Help/Content-Guidelines/AskingGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/Content-Guidelines/AskingGuidance.md -------------------------------------------------------------------------------- /User-Help/Community-Help/Content-Guidelines/ReferencingGuidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/Content-Guidelines/ReferencingGuidelines.md -------------------------------------------------------------------------------- /User-Help/Community-Help/GlobalFAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/GlobalFAQ.md -------------------------------------------------------------------------------- /User-Help/Community-Help/LocalFAQTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/LocalFAQTemplate.md -------------------------------------------------------------------------------- /User-Help/Community-Help/Moderation-Help/DeletedPostHelp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/Moderation-Help/DeletedPostHelp.md -------------------------------------------------------------------------------- /User-Help/Community-Help/Moderation-Help/Moderator-Help/ModeratorFAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/Moderation-Help/Moderator-Help/ModeratorFAQ.md -------------------------------------------------------------------------------- /User-Help/Community-Help/Moderation-Help/Moderator-Help/SuspensionGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/Moderation-Help/Moderator-Help/SuspensionGuidance.md -------------------------------------------------------------------------------- /User-Help/Community-Help/PrivacyPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Community-Help/PrivacyPolicy.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Using-Platform/Articles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Using-Platform/Articles.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Using-Platform/ImportedContent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Using-Platform/ImportedContent.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Using-Platform/Scoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Using-Platform/Scoring.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Using-Platform/SearchHelp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Using-Platform/SearchHelp.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Using-Platform/Voting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Using-Platform/Voting.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Writing-Posts/AdvancedFormatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Writing-Posts/AdvancedFormatting.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Writing-Posts/AltText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Writing-Posts/AltText.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Writing-Posts/CodidactAccessibilityHelpArticle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Writing-Posts/CodidactAccessibilityHelpArticle.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Writing-Posts/CodidactLicenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Writing-Posts/CodidactLicenses.md -------------------------------------------------------------------------------- /User-Help/Platform-Help/Writing-Posts/FormattingHelp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/Platform-Help/Writing-Posts/FormattingHelp.md -------------------------------------------------------------------------------- /User-Help/System-Text/CodidactAbilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/System-Text/CodidactAbilities.md -------------------------------------------------------------------------------- /User-Help/System-Text/GoodOriginalSubmission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/System-Text/GoodOriginalSubmission.md -------------------------------------------------------------------------------- /User-Help/System-Text/GoodQuestionBlurb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/System-Text/GoodQuestionBlurb.md -------------------------------------------------------------------------------- /User-Help/System-Text/NewUserBlurb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/System-Text/NewUserBlurb.md -------------------------------------------------------------------------------- /User-Help/System-Text/post-flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/System-Text/post-flags.md -------------------------------------------------------------------------------- /User-Help/accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/accessibility.md -------------------------------------------------------------------------------- /User-Help/codidact-org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/codidact-org.png -------------------------------------------------------------------------------- /User-Help/privacy-policy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/privacy-policy.html -------------------------------------------------------------------------------- /User-Help/scoring_3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/scoring_3d.png -------------------------------------------------------------------------------- /User-Help/scoring_distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/scoring_distribution.png -------------------------------------------------------------------------------- /User-Help/scoring_formula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/scoring_formula.png -------------------------------------------------------------------------------- /User-Help/scoring_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/scoring_table.png -------------------------------------------------------------------------------- /User-Help/voting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/User-Help/voting.png -------------------------------------------------------------------------------- /coc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/coc.html -------------------------------------------------------------------------------- /tos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/tos.html -------------------------------------------------------------------------------- /zz_Archive/GettingStarted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/zz_Archive/GettingStarted.md -------------------------------------------------------------------------------- /zz_Archive/GlobalTrustLevels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/zz_Archive/GlobalTrustLevels.md -------------------------------------------------------------------------------- /zz_Archive/NewSiteDeploy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/zz_Archive/NewSiteDeploy.md -------------------------------------------------------------------------------- /zz_Archive/NoOfDatabases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/zz_Archive/NoOfDatabases.md -------------------------------------------------------------------------------- /zz_Archive/SPA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/zz_Archive/SPA.md -------------------------------------------------------------------------------- /zz_Archive/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codidact/docs/HEAD/zz_Archive/TODO.md --------------------------------------------------------------------------------