Skip to content

Commit

Permalink
deploy: 386cabd
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Sep 25, 2024
1 parent 3b4b421 commit 42bca21
Show file tree
Hide file tree
Showing 176 changed files with 67,519 additions and 0 deletions.
1 change: 1 addition & 0 deletions v1.116/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file makes sure that Github Pages doesn't process mdBook's output.
12 changes: 12 additions & 0 deletions v1.116/.sample_config_header.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is maintained as an up-to-date snapshot of the default
# homeserver.yaml configuration generated by Synapse. You can find a
# complete accounting of possible configuration options at
# https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html
#
# It is *not* intended to be copied and used as the basis for a real
# homeserver.yaml. Instead, if you are starting from scratch, please generate
# a fresh config using Synapse by following the instructions in
# https://element-hq.github.io/synapse/latest/setup/installation.html.
#
################################################################################

192 changes: 192 additions & 0 deletions v1.116/404.html

Large diffs are not rendered by default.

239 changes: 239 additions & 0 deletions v1.116/CAPTCHA_SETUP.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions v1.116/FontAwesome/css/font-awesome.css

Large diffs are not rendered by default.

Binary file added v1.116/FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added v1.116/FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions v1.116/FontAwesome/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v1.116/FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added v1.116/FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions v1.116/admin_api/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Admin APIs
==========

**Note**: The latest documentation can be viewed `here <https://element-hq.github.io/synapse>`_.
See `docs/README.md <../README.md>`_ for more information.

**Please update links to point to the website instead.** Existing files in this directory
are preserved to maintain historical links, but may be moved in the future.

This directory includes documentation for the various synapse specific admin
APIs available. Updates to the existing Admin API documentation should still
be made to these files, but any new documentation files should instead be placed under
`docs/usage/administration/admin_api <../usage/administration/admin_api>`_.
234 changes: 234 additions & 0 deletions v1.116/admin_api/account_validity.html

Large diffs are not rendered by default.

367 changes: 367 additions & 0 deletions v1.116/admin_api/event_reports.html

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions v1.116/admin_api/experimental_features.html

Large diffs are not rendered by default.

422 changes: 422 additions & 0 deletions v1.116/admin_api/media_admin_api.html

Large diffs are not rendered by default.

253 changes: 253 additions & 0 deletions v1.116/admin_api/purge_history_api.html

Large diffs are not rendered by default.

279 changes: 279 additions & 0 deletions v1.116/admin_api/register_api.html

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions v1.116/admin_api/room_membership.html

Large diffs are not rendered by default.

1,166 changes: 1,166 additions & 0 deletions v1.116/admin_api/rooms.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions v1.116/admin_api/server_notices.html

Large diffs are not rendered by default.

314 changes: 314 additions & 0 deletions v1.116/admin_api/statistics.html

Large diffs are not rendered by default.

1,434 changes: 1,434 additions & 0 deletions v1.116/admin_api/user_admin_api.html

Large diffs are not rendered by default.

219 changes: 219 additions & 0 deletions v1.116/admin_api/version_api.html

Large diffs are not rendered by default.

231 changes: 231 additions & 0 deletions v1.116/application_services.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions v1.116/auth_chain_diff.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
digraph auth {
nodesep=0.5;
rankdir="RL";

C [label="Create (1,1)"];

BJ [label="Bob's Join (2,1)", color=red];
BJ2 [label="Bob's Join (2,2)", color=red];
BJ2 -> BJ [color=red, dir=none];

subgraph cluster_foo {
A1 [label="Alice's invite (4,1)", color=blue];
A2 [label="Alice's Join (4,2)", color=blue];
A3 [label="Alice's Join (4,3)", color=blue];
A3 -> A2 -> A1 [color=blue, dir=none];
color=none;
}

PL1 [label="Power Level (3,1)", color=darkgreen];
PL2 [label="Power Level (3,2)", color=darkgreen];
PL2 -> PL1 [color=darkgreen, dir=none];

{rank = same; C; BJ; PL1; A1;}

A1 -> C [color=grey];
A1 -> BJ [color=grey];
PL1 -> C [color=grey];
BJ2 -> PL1 [penwidth=2];

A3 -> PL2 [penwidth=2];
A1 -> PL1 -> BJ -> C [penwidth=2];
}
Binary file added v1.116/auth_chain_diff.dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
325 changes: 325 additions & 0 deletions v1.116/auth_chain_difference_algorithm.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions v1.116/ayu-highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
/*
Based off of the Ayu theme
Original by Dempfi (https://github.com/dempfi/ayu)
*/

.hljs {
display: block;
overflow-x: auto;
background: #191f26;
color: #e6e1cf;
padding: 0.5em;
}

.hljs-comment,
.hljs-quote {
color: #5c6773;
font-style: italic;
}

.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-attr,
.hljs-regexp,
.hljs-link,
.hljs-selector-id,
.hljs-selector-class {
color: #ff7733;
}

.hljs-number,
.hljs-meta,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
color: #ffee99;
}

.hljs-string,
.hljs-bullet {
color: #b8cc52;
}

.hljs-title,
.hljs-built_in,
.hljs-section {
color: #ffb454;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-symbol {
color: #ff7733;
}

.hljs-name {
color: #36a3d9;
}

.hljs-tag {
color: #00568d;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}

.hljs-addition {
color: #91b362;
}

.hljs-deletion {
color: #d96c75;
}
Loading

0 comments on commit 42bca21

Please sign in to comment.