summaryrefslogtreecommitdiffstats
path: root/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
new file mode 100644
index 000000000..ac00dc976
--- /dev/null
+++ b/doc/README.md
@@ -0,0 +1,20 @@
+# Mattermost Documentation
+
+## Administrator Documentation
+
+### Installation
+
+- [Software and Hardware Requirements](install/requirements.md)
+- [Local Machine Setup ](install/single-container-install.md)
+- [AWS Elastic Beanstalk Setup](install/aws-ebs-setup.md)
+- [Developer Machine Setup](doc/install/dev-setup.md)
+
+### Configuration
+
+- [GitLab SSO Configuration](integrations/sso/gitlab-sso.md)
+- [SMTP Email Setup](smtp-email-setup.md)
+
+## Developer Documentation
+
+- [Developer Machine Setup](doc/install/dev-setup.md)
+- [Mattermost Style Guide](developer/style-guide.md)