diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-05-28 14:36:00 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-05-28 14:36:00 +0100 |
commit | 188296dd24b3a2a933fed1eb66d3655224dbfc65 (patch) | |
tree | e9fb176c3a160a044665e0e5c3292ee7127a3afb | |
download | synapse-188296dd24b3a2a933fed1eb66d3655224dbfc65.tar.xz |
Set up gh-pages branch
The index.html will redirect people to the latest documentation directory (develop), and the .nojekyll file will force github to serve index.html files on a folder path (the user would be served synapse/develop/index.html if they navigated to synapse/develop).
-rw-r--r-- | .nojekyll | 0 | ||||
-rw-r--r-- | index.html | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.nojekyll b/.nojekyll new file mode 100644 |