Skip to content

Commit

Permalink
1.9.3 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Sep 23, 2023
1 parent a153574 commit f981f75
Show file tree
Hide file tree
Showing 31 changed files with 28,996 additions and 0 deletions.
5,762 changes: 5,762 additions & 0 deletions public/doc/v1.9.3/api/api.html

Large diffs are not rendered by default.

513 changes: 513 additions & 0 deletions public/doc/v1.9.3/api/changeset_library.html

Large diffs are not rendered by default.

503 changes: 503 additions & 0 deletions public/doc/v1.9.3/api/editbar.html

Large diffs are not rendered by default.

688 changes: 688 additions & 0 deletions public/doc/v1.9.3/api/editorInfo.html

Large diffs are not rendered by default.

621 changes: 621 additions & 0 deletions public/doc/v1.9.3/api/embed_parameters.html

Large diffs are not rendered by default.

1,384 changes: 1,384 additions & 0 deletions public/doc/v1.9.3/api/hooks_client-side.html

Large diffs are not rendered by default.

630 changes: 630 additions & 0 deletions public/doc/v1.9.3/api/hooks_overview.html

Large diffs are not rendered by default.

2,337 changes: 2,337 additions & 0 deletions public/doc/v1.9.3/api/hooks_server-side.html

Large diffs are not rendered by default.

2,075 changes: 2,075 additions & 0 deletions public/doc/v1.9.3/api/http_api.html

Large diffs are not rendered by default.

482 changes: 482 additions & 0 deletions public/doc/v1.9.3/api/pluginfw.html

Large diffs are not rendered by default.

552 changes: 552 additions & 0 deletions public/doc/v1.9.3/api/toolbar.html

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions public/doc/v1.9.3/assets/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
body {
border-top: solid #44b492 5pt;
line-height:150%;
font-family: 'Quicksand',sans-serif;
color: #313b4a;
max-width:800px;
margin: 0 auto;
padding: 20px;
}

a {
color: #555;
}

h1,h2 {
color: #44b492;
line-height:100%;
}

h2 {
font-size: 48px ;
}

h3 {
font-size: 1.8rem;
}

h4{
font-size: 1.5rem;
}

h5{
font-size: 1.2rem;
}

a:hover {
color: #44b492;
}

pre {
background-color: #e0e0e0;
padding:20px;
}

code {
background-color: #e0e0e0;
}

img {
max-width: 100%;
}

table, th, td {
text-align: left;
border: 1px solid gray;
border-collapse: collapse;
}

th {
padding: 0.5em;
background: #EEE;
}

td {
padding: 0.5em;
}
544 changes: 544 additions & 0 deletions public/doc/v1.9.3/cookies.html

Large diffs are not rendered by default.

623 changes: 623 additions & 0 deletions public/doc/v1.9.3/database.html

Large diffs are not rendered by default.

1,172 changes: 1,172 additions & 0 deletions public/doc/v1.9.3/docker.html

Large diffs are not rendered by default.

467 changes: 467 additions & 0 deletions public/doc/v1.9.3/documentation.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/doc/v1.9.3/easysync/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# About this folder
We put all documentations we found about the original Etherpad together in this folder. Most of this is still valid for the current (node.js based) Etherpad.
Binary file not shown.
Loading

0 comments on commit f981f75

Please sign in to comment.