Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified server/latest/Nextcloud_Server_Administration_Manual.pdf
Binary file not shown.
Binary file modified server/latest/Nextcloud_User_Manual.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ <h2>Authentication flow<a class="headerlink" href="#authentication-flow" title="
</ol>
<section id="authentication-flow-in-details">
<h3>Authentication flow in details<a class="headerlink" href="#authentication-flow-in-details" title="Link to this heading"></a></h3>
<pre data-zoom-id="id-31e49d99-d71d-4648-8768-c531cfe4fcba" class="mermaid">
<pre data-zoom-id="id-9d362add-bac0-48a7-b1dd-32137eef8512" class="mermaid">
sequenceDiagram
autonumber
participant ExApp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down
6 changes: 4 additions & 2 deletions server/latest/user_manual/ar/collectives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#">Collectives</a><ul>
<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down Expand Up @@ -105,11 +105,13 @@

<section id="collectives">
<h1>Collectives<a class="headerlink" href="#collectives" title="Link to this heading"></a></h1>
<p>Your space to collaboratively write and organize. Collectives is designed for groups and communities
to structure shared knowledge.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l1"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l1"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</div>
</section>
Expand Down
10 changes: 5 additions & 5 deletions server/latest/user_manual/ar/collectives/markdown_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="readthedocs-addons-api-version" content="1"><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Markdown files &mdash; Nextcloud latest User Manual latest documentation</title>
<title>Access Markdown files &mdash; Nextcloud latest User Manual latest documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -69,7 +69,7 @@
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Collectives</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">Markdown files</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand All @@ -94,7 +94,7 @@
<ul class="wy-breadcrumbs">
<li><a href="../contents.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="index.html">Collectives</a></li>
<li class="breadcrumb-item active">Markdown files</li>
<li class="breadcrumb-item active">Access Markdown files</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/nextcloud/documentation/edit/master/user_manual/collectives/markdown_files.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
Expand All @@ -104,8 +104,8 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="markdown-files">
<h1>Markdown files<a class="headerlink" href="#markdown-files" title="Link to this heading"></a></h1>
<section id="access-markdown-files">
<h1>Access Markdown files<a class="headerlink" href="#access-markdown-files" title="Link to this heading"></a></h1>
<p>The pages of your collectives are stored in Markdown files. You can access them via the Files app.
Per default, the folder is hidden as it's called <code class="docutils literal notranslate"><span class="pre">.Collectives</span></code> (or a translated version of it).
To access the hidden folder, enable &quot;Show hidden files&quot; in the Files app settings.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script src="../../_static/js/versions.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="بحث" href="../search.html" />
<link rel="next" title="Markdown files" href="markdown_files.html" />
<link rel="next" title="Access Markdown files" href="markdown_files.html" />
<link rel="prev" title="Getting started" href="getting_started.html" />
</head>

Expand Down Expand Up @@ -77,7 +77,7 @@
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h3>Step 3: Everyone creates their own! 💫<a class="headerlink" href="#step-3-
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="getting_started.html" class="btn btn-neutral float-left" title="Getting started" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="markdown_files.html" class="btn btn-neutral float-right" title="Markdown files" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="markdown_files.html" class="btn btn-neutral float-right" title="Access Markdown files" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
2 changes: 1 addition & 1 deletion server/latest/user_manual/ar/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<li class="toctree-l1"><a class="reference internal" href="collectives/index.html">Collectives</a><ul>
<li class="toctree-l2"><a class="reference internal" href="collectives/getting_started.html">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="collectives/onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="collectives/markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="collectives/markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="desktop/index.html">Desktop Client</a><ul>
Expand Down
4 changes: 2 additions & 2 deletions server/latest/user_manual/ar/desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="بحث" href="../search.html" />
<link rel="next" title="Installation" href="installation.html" />
<link rel="prev" title="Markdown files" href="../collectives/markdown_files.html" />
<link rel="prev" title="Access Markdown files" href="../collectives/markdown_files.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -141,7 +141,7 @@ <h1>Desktop Client<a class="headerlink" href="#desktop-client" title="Link to th
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../collectives/markdown_files.html" class="btn btn-neutral float-left" title="Markdown files" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../collectives/markdown_files.html" class="btn btn-neutral float-left" title="Access Markdown files" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="installation.html" class="btn btn-neutral float-right" title="Installation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

Expand Down
Binary file modified server/latest/user_manual/ar/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion server/latest/user_manual/ar/searchindex.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down
6 changes: 4 additions & 2 deletions server/latest/user_manual/br/collectives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#">Collectives</a><ul>
<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down Expand Up @@ -104,11 +104,13 @@

<section id="collectives">
<h1>Collectives<a class="headerlink" href="#collectives" title="Link to this heading"></a></h1>
<p>Your space to collaboratively write and organize. Collectives is designed for groups and communities
to structure shared knowledge.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l1"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l1"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</div>
</section>
Expand Down
10 changes: 5 additions & 5 deletions server/latest/user_manual/br/collectives/markdown_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="readthedocs-addons-api-version" content="1"><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Markdown files &mdash; Nextcloud latest User Manual latest documentation</title>
<title>Access Markdown files &mdash; Nextcloud latest User Manual latest documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
Expand Down Expand Up @@ -68,7 +68,7 @@
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Collectives</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">Markdown files</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand All @@ -93,7 +93,7 @@
<ul class="wy-breadcrumbs">
<li><a href="../contents.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="index.html">Collectives</a></li>
<li class="breadcrumb-item active">Markdown files</li>
<li class="breadcrumb-item active">Access Markdown files</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/nextcloud/documentation/edit/master/user_manual/collectives/markdown_files.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
Expand All @@ -103,8 +103,8 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="markdown-files">
<h1>Markdown files<a class="headerlink" href="#markdown-files" title="Link to this heading"></a></h1>
<section id="access-markdown-files">
<h1>Access Markdown files<a class="headerlink" href="#access-markdown-files" title="Link to this heading"></a></h1>
<p>The pages of your collectives are stored in Markdown files. You can access them via the Files app.
Per default, the folder is hidden as it's called <code class="docutils literal notranslate"><span class="pre">.Collectives</span></code> (or a translated version of it).
To access the hidden folder, enable &quot;Show hidden files&quot; in the Files app settings.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="../../_static/js/versions.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Markdown files" href="markdown_files.html" />
<link rel="next" title="Access Markdown files" href="markdown_files.html" />
<link rel="prev" title="Getting started" href="getting_started.html" />
</head>

Expand Down Expand Up @@ -76,7 +76,7 @@
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h3>Step 3: Everyone creates their own! 💫<a class="headerlink" href="#step-3-
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="getting_started.html" class="btn btn-neutral float-left" title="Getting started" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="markdown_files.html" class="btn btn-neutral float-right" title="Markdown files" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="markdown_files.html" class="btn btn-neutral float-right" title="Access Markdown files" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
2 changes: 1 addition & 1 deletion server/latest/user_manual/br/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<li class="toctree-l1"><a class="reference internal" href="collectives/index.html">Collectives</a><ul>
<li class="toctree-l2"><a class="reference internal" href="collectives/getting_started.html">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="collectives/onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="collectives/markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="collectives/markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="desktop/index.html">Desktop Client</a><ul>
Expand Down
4 changes: 2 additions & 2 deletions server/latest/user_manual/br/desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Installation" href="installation.html" />
<link rel="prev" title="Markdown files" href="../collectives/markdown_files.html" />
<link rel="prev" title="Access Markdown files" href="../collectives/markdown_files.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -140,7 +140,7 @@ <h1>Desktop Client<a class="headerlink" href="#desktop-client" title="Link to th
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../collectives/markdown_files.html" class="btn btn-neutral float-left" title="Markdown files" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../collectives/markdown_files.html" class="btn btn-neutral float-left" title="Access Markdown files" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="installation.html" class="btn btn-neutral float-right" title="Installation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

Expand Down
Binary file modified server/latest/user_manual/br/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion server/latest/user_manual/br/searchindex.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down
6 changes: 4 additions & 2 deletions server/latest/user_manual/ca/collectives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#">Collectives</a><ul>
<li class="toctree-l2"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l2"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../desktop/index.html">Desktop Client</a></li>
Expand Down Expand Up @@ -105,11 +105,13 @@

<section id="collectives">
<h1>Collectives<a class="headerlink" href="#collectives" title="Enllaça amb aquesta capçalera"></a></h1>
<p>Your space to collaboratively write and organize. Collectives is designed for groups and communities
to structure shared knowledge.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting started</a></li>
<li class="toctree-l1"><a class="reference internal" href="onboard_your_team.html">How to onboard your team</a></li>
<li class="toctree-l1"><a class="reference internal" href="markdown_files.html">Markdown files</a></li>
<li class="toctree-l1"><a class="reference internal" href="markdown_files.html">Access Markdown files</a></li>
</ul>
</div>
</section>
Expand Down
Loading