mirror of
https://github.com/mudler/luet.git
synced 2025-09-13 22:01:39 +00:00
Deploying to gh-pages from @ 47f8bdb9ef
🚀
This commit is contained in:
@@ -28,13 +28,13 @@ We use Hugo to format and generate our website, the Docsy theme for styling and
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://luet.io/docs/contribution-guidelines/" /><meta property="article:section" content="docs" />
|
||||
|
||||
<meta property="article:modified_time" content="2023-05-31T23:10:46+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
<meta property="article:modified_time" content="2023-08-02T18:14:01+02:00" /><meta property="og:site_name" content="Luet" />
|
||||
|
||||
<meta itemprop="name" content="Contributing">
|
||||
<meta itemprop="description" content="Contributing to Luet Contribution guidelines for the Luet project are on the Github repository. Here you can find some heads up for contributing to the documentation website.
|
||||
Contributing to the Docs website We Develop with Github We use github to host code, to track issues and feature requests, as well as accept pull requests.
|
||||
We use Hugo to format and generate our website, the Docsy theme for styling and site structure, and Github Actions to manage the deployment of the site.">
|
||||
<meta itemprop="dateModified" content="2023-05-31T23:10:46+02:00" />
|
||||
<meta itemprop="dateModified" content="2023-08-02T18:14:01+02:00" />
|
||||
<meta itemprop="wordCount" content="426">
|
||||
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Contributing"/>
|
||||
@@ -45,8 +45,8 @@ We use Hugo to format and generate our website, the Docsy theme for styling and
|
||||
|
||||
|
||||
|
||||
<link rel="preload" href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" as="style">
|
||||
<link href="/scss/main.min.18f2cf09a06457a3263a5ead1ee598cd6c13f2de641fed9d8e2c93705e5d06e7.css" rel="stylesheet" integrity="">
|
||||
<link rel="preload" href="/scss/main.min.0cb933646f7a5fcbdc4408957af61d9cdcccb2a9bfff09fa97d7e2120e6dc058.css" as="style">
|
||||
<link href="/scss/main.min.0cb933646f7a5fcbdc4408957af61d9cdcccb2a9bfff09fa97d7e2120e6dc058.css" rel="stylesheet" integrity="">
|
||||
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||
@@ -149,7 +149,7 @@ if (!doNotTrack) {
|
||||
aria-label="Search this site…"
|
||||
autocomplete="off"
|
||||
|
||||
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
|
||||
data-offline-search-index-json-src="/offline-search-index.4fe7714e302eef4501ae919bdbad5ce4.json"
|
||||
data-offline-search-base-href="/"
|
||||
data-offline-search-max-results="10"
|
||||
>
|
||||
@@ -171,7 +171,7 @@ if (!doNotTrack) {
|
||||
aria-label="Search this site…"
|
||||
autocomplete="off"
|
||||
|
||||
data-offline-search-index-json-src="/offline-search-index.e996a3e7b039aea4dcca6b2b6b6a6578.json"
|
||||
data-offline-search-index-json-src="/offline-search-index.4fe7714e302eef4501ae919bdbad5ce4.json"
|
||||
data-offline-search-base-href="/"
|
||||
data-offline-search-max-results="10"
|
||||
>
|
||||
@@ -200,6 +200,8 @@ if (!doNotTrack) {
|
||||
<a href="/docs/concepts/overview/usage/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-docsconceptsoverviewusage"><span class="">CLI usage</span></a>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsconceptsoverviewconstraints-li">
|
||||
<a href="/docs/concepts/overview/constraints/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-docsconceptsoverviewconstraints"><span class="">CSP, SAT && RL</span></a>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id="m-docsconceptsoverviewconfiguration-li">
|
||||
<a href="/docs/concepts/overview/configuration/" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id="m-docsconceptsoverviewconfiguration"><span class=""></span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id="m-docsconceptspackages-li">
|
||||
@@ -433,7 +435,7 @@ the content.</li>
|
||||
|
||||
|
||||
<div class="text-muted mt-5 pt-3 border-top">
|
||||
Last modified May 31, 2023: <a href="https://github.com/mudler/luet/commit/13dde527b4be2733c34a999d12d3b5676cc583b1">Building for a different platform (#338) (13dde52)</a>
|
||||
Last modified August 2, 2023: <a href="https://github.com/mudler/luet/commit/47f8bdb9efb876a10e31c9d689278d8f9554f5a4">Add configuration section (#341) (47f8bdb)</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user