-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 5e14320 🚀
- Loading branch information
Showing
24 changed files
with
2,587 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,312 @@ | ||
<!doctype html> | ||
|
||
|
||
|
||
|
||
<html | ||
dir="ltr" | ||
lang="en" | ||
class=" theme-light " | ||
> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<link rel="stylesheet" href="/net-doc/assets/css/app.css"> | ||
<link | ||
rel="shortcut icon" | ||
type="image/png" | ||
|
||
href="/net-doc/favicon.png" | ||
|
||
> | ||
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js" | ||
></script> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" | ||
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" | ||
crossorigin="anonymous" | ||
referrerpolicy="no-referrer" | ||
> | ||
|
||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>Documents | Net-Doc</title> | ||
<meta name="generator" content="Jekyll v4.3.4" /> | ||
<meta property="og:title" content="Documents" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta property="og:site_name" content="Net-Doc" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="Documents" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebPage","headline":"Documents","url":"/net-doc/docs/concepts/documents.html"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
<!-- head scripts --> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav | ||
class="navbar is-primary " | ||
x-data="{ openNav: false }" | ||
> | ||
<div class="container"> | ||
<div class="navbar-brand"> | ||
<a href="/net-doc/" class="navbar-item"> | ||
Net-Doc | ||
</a> | ||
<a | ||
role="button" | ||
class="navbar-burger burger" | ||
aria-label="menu" | ||
aria-expanded="false" | ||
data-target="navMenu" | ||
:class="{ 'is-active': openNav }" | ||
x-on:click="openNav = !openNav" | ||
> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
<span aria-hidden="true"></span> | ||
</a> | ||
</div> | ||
<div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }"> | ||
<div class="navbar-start"> | ||
<a href="/net-doc/" class="navbar-item ">Home</a> | ||
|
||
|
||
|
||
<a | ||
href="/net-doc/features.html" | ||
class="navbar-item " | ||
>Features</a> | ||
|
||
|
||
|
||
<a | ||
href="/net-doc/docs/getting-started/install" | ||
class="navbar-item " | ||
>Documentation</a> | ||
|
||
|
||
|
||
</div> | ||
|
||
<div class="navbar-end"> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
|
||
<section | ||
class="hero is-medium is-bold is-primary" | ||
|
||
> | ||
<div class="hero-body "> | ||
<div class="container"> | ||
<h1 class="title is-2">Documents</h1> | ||
<p class="subtitle is-3"></p> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
|
||
<section class="section"> | ||
<div class="container"> | ||
<div class="columns is-multiline"> | ||
|
||
<div class="column is-4-desktop is-4-tablet"> | ||
|
||
|
||
<aside class="menu"> | ||
|
||
<p class="menu-label">Getting Started</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/getting-started/install" class="">Installation</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/getting-started/initial-setup" class="">Initial Setup</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
<p class="menu-label">Concepts</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/assets" class="">Assets</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/documents" class="">Documents</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/entries" class="">Entries</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/fields" class="">Fields</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/concepts/processes" class="">Processes</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
<p class="menu-label">Fields</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/attachment" class="">Attachment</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/date" class="">Date</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/image" class="">Image</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/markdown" class="">Markdown</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/relation" class="">Relation</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/select" class="">Select</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/fields/text" class="">Text</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
<p class="menu-label">Dashboard Boxes</p> | ||
<ul class="menu-list"> | ||
|
||
<li> | ||
<a href="/net-doc/docs/dashboard-boxes/approaching-dates" class="">Approaching Dates</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/dashboard-boxes/pinned-items" class="">Pinned Items</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/dashboard-boxes/recent-changes" class="">Recent Changes</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/dashboard-boxes/recent-documents" class="">Recent Documents</a> | ||
|
||
</li> | ||
|
||
<li> | ||
<a href="/net-doc/docs/dashboard-boxes/stats" class="">Stats</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</aside> | ||
|
||
</div> | ||
|
||
<div class="column is-8"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="contents"> | ||
<div class="menu"> | ||
<p class="menu-label">Contents</p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
<div class="content"> | ||
<p>Net-Doc has a document store that can be used to store any markdown document.</p> | ||
|
||
<p>When linking to an <a href="/net-doc/docs/concepts/entries">entry</a> the document will | ||
appear as a <em>Linked Document</em> in the sidebar of the entry.</p> | ||
|
||
<p>If a document contains a checkbox as below you will be able to start it as a | ||
<a href="/net-doc/docs/concepts/processes">process</a>.</p> | ||
|
||
<div class="language-md highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">-</span> [ ] Checkbox | ||
</code></pre></div></div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<div class="container"> | ||
|
||
|
||
|
||
|
||
|
||
<div class="content is-small has-text-centered"> | ||
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="/net-doc/assets/js/app.js" type="text/javascript"></script><!-- footer scripts --> | ||
</body> | ||
</html> |
Oops, something went wrong.