Skip to content

Commit

Permalink
Deploy documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
0 parents commit 62ceeeb
Show file tree
Hide file tree
Showing 6,816 changed files with 1,511,974 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
228 changes: 228 additions & 0 deletions book/404.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Binary file added book/FontAwesome/fonts/FontAwesome.ttf
Binary file not shown.
Binary file added book/FontAwesome/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions book/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 book/FontAwesome/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added book/FontAwesome/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added book/FontAwesome/fonts/fontawesome-webfont.woff2
Binary file not shown.
243 changes: 243 additions & 0 deletions book/adding-docs.html

Large diffs are not rendered by default.

261 changes: 261 additions & 0 deletions book/adr/0000-use-markdown-architectural-decision-records.html

Large diffs are not rendered by default.

375 changes: 375 additions & 0 deletions book/adr/0001-update-logins-api.html

Large diffs are not rendered by default.

351 changes: 351 additions & 0 deletions book/adr/0002-database-corruption.html

Large diffs are not rendered by default.

476 changes: 476 additions & 0 deletions book/adr/0003-swift-packaging.html

Large diffs are not rendered by default.

312 changes: 312 additions & 0 deletions book/adr/0004-early-startup-experiments.html

Large diffs are not rendered by default.

436 changes: 436 additions & 0 deletions book/adr/0005-remote-settings-client.html

Large diffs are not rendered by default.

448 changes: 448 additions & 0 deletions book/adr/0007-limit-visits-migration-to-10000.html

Large diffs are not rendered by default.

253 changes: 253 additions & 0 deletions book/adr/index.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions book/adr/update-readme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

adr-log -i README.md -e template.md
341 changes: 341 additions & 0 deletions book/android-faqs.html

Large diffs are not rendered by default.

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

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

.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 62ceeeb

Please sign in to comment.