Skip to content

Commit

Permalink
deploy: 5c99111
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Oct 9, 2024
1 parent 87ea44f commit b779109
Show file tree
Hide file tree
Showing 57 changed files with 10,218 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<link rel="icon" href="khepri-favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
Binary file added chunks/khepri.chunk
Binary file not shown.
Binary file added chunks/khepri_adv.chunk
Binary file not shown.
Binary file added chunks/khepri_app.chunk
Binary file not shown.
Binary file added chunks/khepri_cluster.chunk
Binary file not shown.
Binary file added chunks/khepri_condition.chunk
Binary file not shown.
Binary file added chunks/khepri_event_handler.chunk
Binary file not shown.
Binary file added chunks/khepri_evf.chunk
Binary file not shown.
Binary file added chunks/khepri_export_erlang.chunk
Binary file not shown.
Binary file added chunks/khepri_import_export.chunk
Binary file not shown.
Binary file added chunks/khepri_machine.chunk
Binary file not shown.
Binary file added chunks/khepri_machine_v0.chunk
Binary file not shown.
Binary file added chunks/khepri_path.chunk
Binary file not shown.
Binary file added chunks/khepri_pattern_tree.chunk
Binary file not shown.
Binary file added chunks/khepri_payload.chunk
Binary file not shown.
Binary file added chunks/khepri_prefix_tree.chunk
Binary file not shown.
Binary file added chunks/khepri_projection.chunk
Binary file not shown.
Binary file added chunks/khepri_sproc.chunk
Binary file not shown.
Binary file added chunks/khepri_sup.chunk
Binary file not shown.
Binary file added chunks/khepri_tree.chunk
Binary file not shown.
Binary file added chunks/khepri_tx.chunk
Binary file not shown.
Binary file added chunks/khepri_tx_adv.chunk
Binary file not shown.
Binary file added chunks/khepri_utils.chunk
Binary file not shown.
66 changes: 66 additions & 0 deletions edoc-extensions.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
@import url("github-markdown.css");
@import url("prism.css");
@import url("stylesheet.css");

body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
body {
padding: 15px;
}
}
/* Don't apply the table style to the top-level navigation bar. */
.navbar table {
display: table;
width: 100%;
}
.navbar table tr,
.navbar table th,
.navbar table td {
border: 0;
}
/* Keep the same font side inside code blocks than everywhere else. */
.markdown-body pre code,
code[class*="language-"] {
font-size: 85%;
}
/* Force the color for link on code blocks used for @see tags. */
.markdown-body a code,
.markdown-body a code span.token {
color: var(--color-accent-fg);
}
/* Copy the style of code blocks. */
.markdown-body .spec {
background: #f5f2f0;
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: 6px;
}
/* Improve margins inside function spec blocks so that:
- empty paragraphs don't add useless margins
- the final top and bottom margins are equal */
.markdown-body .spec p,
.markdown-body .spec ul {
margin-top: 16px;
margin-bottom: 0;
}
.markdown-body .spec p:first-child,
.markdown-body .spec p:empty {
margin-top: 0;
}
/* Put the function prototype in bold characters. */
.markdown-body .spec > p > code:first-child {
font-weight: bold;
}
/* Add some margin below the module short description between the table
of contents in the Description section. This text isn't in a
<p></p>. */
.index + p {
margin-top: 16px;
}
6 changes: 6 additions & 0 deletions edoc-info
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
%% encoding: UTF-8
{application,khepri}.
{modules,[khepri,khepri_adv,khepri_cluster,khepri_condition,khepri_evf,
khepri_export_erlang,khepri_import_export,khepri_machine,
khepri_path,khepri_payload,khepri_prefix_tree,khepri_projection,
khepri_tx,khepri_tx_adv]}.
Binary file added erlang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b779109

Please sign in to comment.