Skip to content
Snippets Groups Projects
Commit b8c95904 authored by Antoine Roy's avatar Antoine Roy
Browse files

some content

parent 13373481
Branches
No related tags found
No related merge requests found
Pipeline #1617 passed
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/set-up/</loc><lastmod>2023-09-07T16:12:37+02:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>/docs/set-up/set-up/</loc><lastmod>2023-09-07T16:13:18+02:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url></urlset>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="yes" ?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/docs/set-up/</loc>
<lastmod>2023-09-07T16:12:37+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/set-up/getting-started/</loc>
<lastmod>2023-09-07T16:13:18+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/set-up/adapt-tetras-doc-to-your-project/</loc>
<lastmod>2023-09-07T16:13:18+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/set-up/set-your-documentations-url/</loc>
<lastmod>2023-09-07T16:13:18+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>
\ No newline at end of file
This diff is collapsed.
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tetras Doc'</title><link>/</link><description>Recent content on Tetras Doc'</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright (c) 2023 Hyas</copyright><lastBuildDate>Thu, 07 Sep 2023 16:33:54 +0200</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Example Post</title><link>/blog/example-post/</link><pubDate>Thu, 07 Sep 2023 16:27:22 +0200</pubDate><guid>/blog/example-post/</guid><description/></item><item><title>Set up</title><link>/docs/set-up/set-up/</link><pubDate>Thu, 07 Sep 2023 16:13:18 +0200</pubDate><guid>/docs/set-up/set-up/</guid><description>This Documentation will guide you to setting up this template.
Create Menu Item into Doc Main Menu Item If you want to create new main menu Item as presented bellow follow those steps :</description></item><item><title>Privacy Policy</title><link>/privacy/</link><pubDate>Thu, 07 Sep 2023 17:19:07 +0200</pubDate><guid>/privacy/</guid><description/></item></channel></rss>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tetras Doc&#39;</title>
<link>/</link>
<description>Recent content on Tetras Doc&#39;</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>Copyright (c) 2023 Hyas</copyright>
<lastBuildDate>Thu, 07 Sep 2023 16:33:54 +0200</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Example Post</title>
<link>/blog/example-post/</link>
<pubDate>Thu, 07 Sep 2023 16:27:22 +0200</pubDate>
<guid>/blog/example-post/</guid>
<description></description>
</item>
<item>
<title>Getting Started</title>
<link>/docs/set-up/getting-started/</link>
<pubDate>Thu, 07 Sep 2023 16:13:18 +0200</pubDate>
<guid>/docs/set-up/getting-started/</guid>
<description>This documentation will guide you through setting up this template.
Set up the project Clone the project with git clone https://gitlab.</description>
</item>
<item>
<title>Adapt Tetras Doc&#39; to your project</title>
<link>/docs/set-up/adapt-tetras-doc-to-your-project/</link>
<pubDate>Thu, 07 Sep 2023 16:13:18 +0200</pubDate>
<guid>/docs/set-up/adapt-tetras-doc-to-your-project/</guid>
<description>This documentation will guide you through setting up this template.
Create Menu Item into Doc Main Menu Item If you want to create new main menu Item as presented bellow follow those steps :</description>
</item>
<item>
<title>Set your documentation&#39;s URL</title>
<link>/docs/set-up/set-your-documentations-url/</link>
<pubDate>Thu, 07 Sep 2023 16:13:18 +0200</pubDate>
<guid>/docs/set-up/set-your-documentations-url/</guid>
<description>Set up you own Nav Bar You have to change /config/_default/menus/menus.en.toml
# [[docs]] # name = &amp;#34;Prologue&amp;#34; # weight = 10 # identifier = &amp;#34;prologue&amp;#34; # url = &amp;#34;/docs/prologue/&amp;#34; # [[docs]] # name = &amp;#34;Help&amp;#34; # weight = 60 # identifier = &amp;#34;help&amp;#34; # url = &amp;#34;/docs/help/&amp;#34; # [[docs]] # name = &amp;#34;Lorem&amp;#34; # weight = 70 # identifier = &amp;#34;lorem&amp;#34; # url = &amp;#34;/docs/lorem/&amp;#34; [[guide]] name = &amp;#34;Lorem&amp;#34; weight = 10 identifier = &amp;#34;lorem&amp;#34; url = &amp;#34;/guide/lorem/&amp;#34; [[tutorial]] name = &amp;#34;Lorem&amp;#34; weight = 10 identifier = &amp;#34;lorem&amp;#34; url = &amp;#34;/tutorial/lorem/&amp;#34; [[main]] name = &amp;#34;Docs&amp;#34; url = &amp;#34;/docs/&amp;#34; # url = &amp;#34;/docs/1.</description>
</item>
<item>
<title>Privacy Policy</title>
<link>/privacy/</link>
<pubDate>Thu, 07 Sep 2023 17:19:07 +0200</pubDate>
<guid>/privacy/</guid>
<description></description>
</item>
</channel>
</rss>
......
......
This diff is collapsed.
[{"content":"","date":"2023-09-07","id":0,"permalink":"/blog/example-post/","summary":"","tags":[],"title":"Example Post"},{"content":"","date":"2023-09-07","id":1,"permalink":"/blog/","summary":"","tags":[],"title":"Blog"},{"content":"","date":"2023-09-07","id":2,"permalink":"/docs/set-up/","summary":"","tags":[],"title":"Set up"},{"content":"This Documentation will guide you to setting up this template.\nCreate Menu Item into Doc Main Menu Item If you want to create new main menu Item as presented bellow follow those steps :\nCreate a folder into content/docs/ Create as many subfolder into content/docs/NewMenuItem/ as you need Every subfoler must contain an index.md and a content.md Index.md ---\rtitle: \u0026#34;My Title\u0026#34;\rdescription: \u0026#34;This an optional description of the content\u0026#34;\rsummary: \u0026#34;This is optionnal\u0026#34;\rdate: date of today at format YYYY-MM-DDTHH:MM:SS+GMT\rlastmod: date of modification at format YYYY-MM-DDTHH:MM:SS+GMT\rdraft: false\rmenu:\rdocs:\rparent: \u0026#34;\u0026#34;\ridentifier: \u0026#34;reference-22e9ba8aefa7ef9891199cf8db3a08cd\u0026#34;\rweight: 700 (Represent the order where your item will be on the menu)\rtoc: true\rseo:\rtitle: \u0026#34;\u0026#34; # custom title (optional)\rdescription: \u0026#34;\u0026#34; # custom description (recommended)\rcanonical: \u0026#34;\u0026#34; # custom canonical URL (optional)\rnoindex: false # false (default) or true\r--- title will handle the name of the main menu on the left of this doc page.\nweight will handle the order of the collapsable menu on the left of this doc page.\nYou can find more information there : Hugo CMS web site : _index.md section\ncontent.md ---\rtitle: \u0026#34;Set up\u0026#34;\rdescription: \u0026#34;How to set up this Tetras Documentation Template.\u0026#34;\rsummary: \u0026#34;\u0026#34;\rdate: 2023-09-07T16:13:18+02:00\rlastmod: 2023-09-07T16:13:18+02:00\rdraft: false\rmenu:\rdocs:\rparent: \u0026#34;\u0026#34;\ridentifier: \u0026#34;example-ee51430687e728ba6e68dea3359133ad\u0026#34;\rweight: 910\rtoc: true\rseo:\rtitle: \u0026#34;\u0026#34; # custom title (optional)\rdescription: \u0026#34;\u0026#34; # custom description (recommended)\rcanonical: \u0026#34;\u0026#34; # custom canonical URL (optional)\rnoindex: false # false (default) or true\r---\rYour awesome content there\r## Important Item of your content\r### Less Important Item of your content\rOh what an awesome content ! tile will handle the name of the submenu on the left of this doc page : weight will handle the order of the submenu\nEvery part of you markdown content with at least two \u0026lsquo;#\u0026rsquo; will be concider as a title of type \u0026lt;H2\u0026gt; and create an anchor link on the right of this doc like this :\nThis is useful to structure you text and easier for the user\u0026rsquo;s navigation.\nYou can find more information there : Doks Markdown Cheat Sheet\n","date":"2023-09-07","id":3,"permalink":"/docs/set-up/set-up/","summary":"This Documentation will guide you to setting up this template.\nCreate Menu Item into Doc Main Menu Item If you want to create new main menu Item as presented bellow follow those steps :","tags":[],"title":"Set up"},{"content":"","date":"2023-09-07","id":4,"permalink":"/docs/","summary":"","tags":[],"title":"Docs"},{"content":"","date":"2023-09-07","id":5,"permalink":"/privacy/","summary":"","tags":[],"title":"Privacy Policy"},{"content":"","date":"2023-09-07","id":6,"permalink":"/","summary":"","tags":[],"title":"Tetras Doc'"},{"content":"","date":"0001-01-01","id":7,"permalink":"/categories/","summary":"","tags":[],"title":"Categories"},{"content":"","date":"0001-01-01","id":8,"permalink":"/contributors/","summary":"","tags":[],"title":"Contributors"},{"content":"","date":"0001-01-01","id":9,"permalink":"/tags/","summary":"","tags":[],"title":"Tags"}]
\ No newline at end of file
[{"content":"","date":"2023-09-07","id":0,"permalink":"/blog/example-post/","summary":"","tags":[],"title":"Example Post"},{"content":"","date":"2023-09-07","id":1,"permalink":"/blog/","summary":"","tags":[],"title":"Blog"},{"content":"","date":"2023-09-07","id":2,"permalink":"/docs/set-up/","summary":"","tags":[],"title":"Set up"},{"content":"This documentation will guide you through setting up this template.\nSet up the project Clone the project with git clone https://gitlab.tetras-libre.fr/tetras-libre/tetras-page-doks\ncd tetras-page-doks\nnpm install\ngit remote set-url origin git://new.url.here initialized your git repository\nnpm run dev to run the project locally\nnpm run build\ncommit your project and make sure hugo_stats.json is present on your repository\n","date":"2023-09-07","id":3,"permalink":"/docs/set-up/getting-started/","summary":"This documentation will guide you through setting up this template.\nSet up the project Clone the project with git clone https://gitlab.","tags":[],"title":"Getting Started"},{"content":"This documentation will guide you through setting up this template.\nCreate Menu Item into Doc Main Menu Item If you want to create new main menu Item as presented bellow follow those steps :\nCreate a folder into content/docs/ Create as many subfolder into content/docs/NewMenuItem/ as you need Every subfoler must contain an index.md and a content.md Index.md ---\rtitle: \u0026#34;My Title\u0026#34;\rdescription: \u0026#34;This an optional description of the content\u0026#34;\rsummary: \u0026#34;This is optionnal\u0026#34;\rdate: date of today at format YYYY-MM-DDTHH:MM:SS+GMT\rlastmod: date of modification at format YYYY-MM-DDTHH:MM:SS+GMT\rdraft: false\rmenu:\rdocs:\rparent: \u0026#34;\u0026#34;\ridentifier: \u0026#34;reference-22e9ba8aefa7ef9891199cf8db3a08cd\u0026#34;\rweight: 700 (Represent the order where your item will be on the menu)\rtoc: true\rseo:\rtitle: \u0026#34;\u0026#34; # custom title (optional)\rdescription: \u0026#34;\u0026#34; # custom description (recommended)\rcanonical: \u0026#34;\u0026#34; # custom canonical URL (optional)\rnoindex: false # false (default) or true\r--- title will handle the name of the main menu on the left of this doc page.\nweight will handle the order of the collapsable menu on the left of this doc page.\nYou can find more information there : Hugo CMS web site : _index.md section\ncontent.md ---\rtitle: \u0026#34;Set up\u0026#34;\rdescription: \u0026#34;How to set up this Tetras Documentation Template.\u0026#34;\rsummary: \u0026#34;\u0026#34;\rdate: 2023-09-07T16:13:18+02:00\rlastmod: 2023-09-07T16:13:18+02:00\rdraft: false\rmenu:\rdocs:\rparent: \u0026#34;\u0026#34;\ridentifier: \u0026#34;example-ee51430687e728ba6e68dea3359133ad\u0026#34;\rweight: 910\rtoc: true\rseo:\rtitle: \u0026#34;\u0026#34; # custom title (optional)\rdescription: \u0026#34;\u0026#34; # custom description (recommended)\rcanonical: \u0026#34;\u0026#34; # custom canonical URL (optional)\rnoindex: false # false (default) or true\r---\rYour awesome content there\r## Important Item of your content\r### Less Important Item of your content\rOh what an awesome content ! title will handle the name of the submenu on the left of this doc page : weight will handle the order of the submenu\nEvery part of you markdown content with at least two \u0026lsquo;#\u0026rsquo; will be concider as a title of type \u0026lt;H2\u0026gt; and create an anchor link on the right of this doc like this :\nThis is useful to structure you text and easier for the user\u0026rsquo;s navigation.\nYou can find more information there : Doks Markdown Cheat Sheet\n","date":"2023-09-07","id":4,"permalink":"/docs/set-up/adapt-tetras-doc-to-your-project/","summary":"This documentation will guide you through setting up this template.\nCreate Menu Item into Doc Main Menu Item If you want to create new main menu Item as presented bellow follow those steps :","tags":[],"title":"Adapt Tetras Doc' to your project"},{"content":"Set up you own Nav Bar You have to change /config/_default/menus/menus.en.toml\n# [[docs]]\r# name = \u0026#34;Prologue\u0026#34;\r# weight = 10\r# identifier = \u0026#34;prologue\u0026#34;\r# url = \u0026#34;/docs/prologue/\u0026#34;\r# [[docs]]\r# name = \u0026#34;Help\u0026#34;\r# weight = 60\r# identifier = \u0026#34;help\u0026#34;\r# url = \u0026#34;/docs/help/\u0026#34;\r# [[docs]]\r# name = \u0026#34;Lorem\u0026#34;\r# weight = 70\r# identifier = \u0026#34;lorem\u0026#34;\r# url = \u0026#34;/docs/lorem/\u0026#34;\r[[guide]]\rname = \u0026#34;Lorem\u0026#34;\rweight = 10\ridentifier = \u0026#34;lorem\u0026#34;\rurl = \u0026#34;/guide/lorem/\u0026#34;\r[[tutorial]]\rname = \u0026#34;Lorem\u0026#34;\rweight = 10\ridentifier = \u0026#34;lorem\u0026#34;\rurl = \u0026#34;/tutorial/lorem/\u0026#34;\r[[main]]\rname = \u0026#34;Docs\u0026#34;\rurl = \u0026#34;/docs/\u0026#34;\r# url = \u0026#34;/docs/1.0/prologue/introduction/\u0026#34;\rweight = 10\r[[main]]\rname = \u0026#34;Blog\u0026#34;\rurl = \u0026#34;/blog/set-up/getting-started/\u0026#34;\rweight = 30\r# [[social]]\r# name = \u0026#34;Twitter\u0026#34;\r# pre = \u0026#39;\u0026lt;svg xmlns=\u0026#34;http://www.w3.org/2000/svg\u0026#34; class=\u0026#34;icon icon-tabler icon-tabler-brand-x\u0026#34; width=\u0026#34;24\u0026#34; height=\u0026#34;24\u0026#34; viewBox=\u0026#34;0 0 24 24\u0026#34; stroke-width=\u0026#34;2\u0026#34; stroke=\u0026#34;currentColor\u0026#34; fill=\u0026#34;none\u0026#34; stroke-linecap=\u0026#34;round\u0026#34; stroke-linejoin=\u0026#34;round\u0026#34;\u0026gt;\u0026lt;path stroke=\u0026#34;none\u0026#34; d=\u0026#34;M0 0h24v24H0z\u0026#34; fill=\u0026#34;none\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;path d=\u0026#34;M4 4l11.733 16h4.267l-11.733 -16z\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;path d=\u0026#34;M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;/svg\u0026gt;\u0026#39;\r# url = \u0026#34;https://twitter.com/getdoks\u0026#34;\r# weight = 10\r#\r# [[social]]\r# name = \u0026#34;Discord\u0026#34;\r# pre = \u0026#39;\u0026lt;svg xmlns=\u0026#34;http://www.w3.org/2000/svg\u0026#34; class=\u0026#34;icon icon-tabler icon-tabler-brand-discord\u0026#34; width=\u0026#34;24\u0026#34; height=\u0026#34;24\u0026#34; viewBox=\u0026#34;0 0 24 24\u0026#34; stroke-width=\u0026#34;2\u0026#34; stroke=\u0026#34;currentColor\u0026#34; fill=\u0026#34;none\u0026#34; stroke-linecap=\u0026#34;round\u0026#34; stroke-linejoin=\u0026#34;round\u0026#34;\u0026gt;\u0026lt;path stroke=\u0026#34;none\u0026#34; d=\u0026#34;M0 0h24v24H0z\u0026#34; fill=\u0026#34;none\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;path d=\u0026#34;M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;path d=\u0026#34;M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;path d=\u0026#34;M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l.975 1.923a11.913 11.913 0 0 1 4.053 0l.972 -1.923c1.5 .16 3.043 .485 4.5 1.5c2 5.667 2.167 9.833 1.5 11.5c-.667 1.333 -2 3 -3.5 3c-.5 0 -2 -2 -2 -3\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;path d=\u0026#34;M7 16.5c3.5 1 6.5 1 10 0\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;/svg\u0026gt;\u0026#39;\r# url = \u0026#34;https://getdoks.org/chat\u0026#34;\r# weight = 20\r[[social]]\rname = \u0026#34;GitLab\u0026#34;\rpre = \u0026#39;\u0026lt;svg xmlns=\u0026#34;http://www.w3.org/2000/svg\u0026#34; class=\u0026#34;icon icon-tabler icon-tabler-brand-github\u0026#34; width=\u0026#34;24\u0026#34; height=\u0026#34;24\u0026#34; viewBox=\u0026#34;0 0 24 24\u0026#34; stroke-width=\u0026#34;2\u0026#34; stroke=\u0026#34;currentColor\u0026#34; fill=\u0026#34;none\u0026#34; stroke-linecap=\u0026#34;round\u0026#34; stroke-linejoin=\u0026#34;round\u0026#34;\u0026gt;\u0026lt;path stroke=\u0026#34;none\u0026#34; d=\u0026#34;M0 0h24v24H0z\u0026#34; fill=\u0026#34;none\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;path d=\u0026#34;M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5\u0026#34;\u0026gt;\u0026lt;/path\u0026gt;\u0026lt;/svg\u0026gt;\u0026#39;\rurl = \u0026#34;https://gitlab.tetras-libre.fr/explore\u0026#34;\rpost = \u0026#34;v0.1.0\u0026#34;\rweight = 30\r[[footer]]\rname = \u0026#34;Privacy Policy\u0026#34;\rurl = \u0026#34;/privacy/\u0026#34;\rweight = 10\r# [[footer]]\r# name = \u0026#34;Terms of Service\u0026#34;\r# url = \u0026#34;/terms/\u0026#34;\r# weight = 20 You must change the [[main]] section with you own url\n","date":"2023-09-07","id":5,"permalink":"/docs/set-up/set-your-documentations-url/","summary":"Set up you own Nav Bar You have to change /config/_default/menus/menus.en.toml\n# [[docs]]\r# name = \u0026#34;Prologue\u0026#34;\r# weight = 10\r# identifier = \u0026#34;prologue\u0026#34;\r# url = \u0026#34;/docs/prologue/\u0026#34;\r# [[docs]]\r# name = \u0026#34;Help\u0026#34;\r# weight = 60\r# identifier = \u0026#34;help\u0026#34;\r# url = \u0026#34;/docs/help/\u0026#34;\r# [[docs]]\r# name = \u0026#34;Lorem\u0026#34;\r# weight = 70\r# identifier = \u0026#34;lorem\u0026#34;\r# url = \u0026#34;/docs/lorem/\u0026#34;\r[[guide]]\rname = \u0026#34;Lorem\u0026#34;\rweight = 10\ridentifier = \u0026#34;lorem\u0026#34;\rurl = \u0026#34;/guide/lorem/\u0026#34;\r[[tutorial]]\rname = \u0026#34;Lorem\u0026#34;\rweight = 10\ridentifier = \u0026#34;lorem\u0026#34;\rurl = \u0026#34;/tutorial/lorem/\u0026#34;\r[[main]]\rname = \u0026#34;Docs\u0026#34;\rurl = \u0026#34;/docs/\u0026#34;\r# url = \u0026#34;/docs/1.","tags":[],"title":"Set your documentation's URL"},{"content":"","date":"2023-09-07","id":6,"permalink":"/docs/","summary":"","tags":[],"title":"Docs"},{"content":"","date":"2023-09-07","id":7,"permalink":"/privacy/","summary":"","tags":[],"title":"Privacy Policy"},{"content":"","date":"2023-09-07","id":8,"permalink":"/","summary":"","tags":[],"title":"Tetras Doc'"},{"content":"","date":"0001-01-01","id":9,"permalink":"/categories/","summary":"","tags":[],"title":"Categories"},{"content":"","date":"0001-01-01","id":10,"permalink":"/contributors/","summary":"","tags":[],"title":"Contributors"},{"content":"","date":"0001-01-01","id":11,"permalink":"/tags/","summary":"","tags":[],"title":"Tags"}]
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-09-07T16:27:22+02:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/blog/example-post/</loc>
<lastmod>2023-09-07T16:27:22+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/blog/</loc>
<lastmod>2023-09-07T16:21:44+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/set-up/</loc>
<lastmod>2023-09-07T16:12:37+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/set-up/getting-started/</loc>
<lastmod>2023-09-07T16:13:18+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/set-up/adapt-tetras-doc-to-your-project/</loc>
<lastmod>2023-09-07T16:13:18+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/set-up/set-your-documentations-url/</loc>
<lastmod>2023-09-07T16:13:18+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/docs/</loc>
<lastmod>2023-09-07T16:12:03+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/privacy/</loc>
<lastmod>2023-09-07T17:19:07+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/</loc>
<lastmod>2023-09-07T16:33:54+02:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/categories/</loc>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/contributors/</loc>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>/tags/</loc>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>
This diff is collapsed.
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Tetras Doc'</title><link>/tags/</link><description>Recent content in Tags on Tetras Doc'</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright (c) 2023 Hyas</copyright><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Tetras Doc&#39;</title>
<link>/tags/</link>
<description>Recent content in Tags on Tetras Doc&#39;</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>Copyright (c) 2023 Hyas</copyright><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
<!doctype html><html lang=en><head><title>/tags/</title><link rel=canonical href=/tags/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/tags/"></head></html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>/tags/</title>
<link rel="canonical" href="/tags/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=/tags/">
</head>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment