<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="https://statidocs.vercel.app/xsl/atom.xsl" media="all"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://statidocs.vercel.app/docs/group-a/</id>
  <title>Statidocs - Group A</title>
  <subtitle><![CDATA[Write your pages in Markdown, customize templates with Twig and Tailwind CSS, and enjoy the power of Cecil static site generator.]]></subtitle>
  <link href="https://statidocs.vercel.app/docs/group-a/atom.xml" rel="self" type="application/atom+xml" />
  <link href="https://statidocs.vercel.app/docs/group-a/" rel="alternate" type="text/html" />
  <updated>2026-09-14T08:56:05+00:00</updated>
  <author>
    <name>Arnaud Ligny</name>
    <uri>https://arnaudligny.fr</uri>
  </author>
  <entry xml:lang="en">
    <id>https://statidocs.vercel.app/docs/group-a/page-1/</id>
    <title>Page 1</title>
    <published>2026-09-14T08:55:31+00:00</published>
    <link href="https://statidocs.vercel.app/docs/group-a/page-1/" rel="alternate" type="text/html" />
    <content type="html">
      <![CDATA[<h1>Page 1</h1>
<h2 id="title-1">Title 1</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h2 id="title-2">Title 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h2 id="code-example">Code example</h2>
<pre><code class="language-js hljs javascript" translate="no"><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">helloWorld</span>(<span class="hljs-params"></span>) </span>{
  <span class="hljs-built_in">console</span>.log(<span class="hljs-string">"Hello, world!"</span>);
}
helloWorld();</code></pre>
<h2 id="note-examples">Note examples</h2>
<aside class="note note-info"><p>This is an info alert.</p></aside>
<aside class="note note-important"><p>This is a important alert.</p></aside>
<aside class="note note-warning"><p>This is a warning alert.</p></aside>]]>
    </content>
  </entry>
  <entry xml:lang="en">
    <id>https://statidocs.vercel.app/docs/group-a/nested-group/nested-page/</id>
    <title>Nested page</title>
    <published>2026-09-14T08:55:31+00:00</published>
    <link href="https://statidocs.vercel.app/docs/group-a/nested-group/nested-page/" rel="alternate" type="text/html" />
    <content type="html">
      <![CDATA[<h1>Nested page</h1>
<p>This page lives in a nested sub-section (<code translate="no">docs/group-a/nested-group/</code>), demonstrating that the sidebar navigation is built recursively from nested sections.</p>]]>
    </content>
  </entry>
</feed>
