Skip to content

Commit

Permalink
in app doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed May 2, 2024
1 parent c5a4276 commit fec0441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/site-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default function(config: ClientConfig, opts: EleventyPluginOptions): void
<div id="settings-cms" class="silex-hideable silex-hidden">
<div class="gjs-sm-sector-title">Silex CMS</div>
<div class="silex-help">
<p>The <a href="https://github.com/silexlabs/silex-cms">Silex CMS feature</a> integrates with your favorite headless CMS, API or database.</p>
<p>By adding data sources to your website you activate <a href="https://www.11ty.dev/docs/">11ty static site generator</a> integration. When you wil publish your website, the generated files assume you build the site with 11ty and possibly with Gitlab pages.</p>
<p>The <a target="_blank" href="https://github.com/silexlabs/silex-cms">Silex CMS feature</a> integrates with your favorite headless CMS, API or database.</p>
<p>By adding data sources to your website you activate <a target="_blank" href="https://www.11ty.dev/docs/">11ty static site generator</a> integration. When you wil publish your website, the generated files assume you build the site with 11ty and possibly with Gitlab pages.</p>
</div>
${opts.view?.settingsEl ? (opts.view.settingsEl as () => HTMLElement)() : ''}
</div>
Expand Down

0 comments on commit fec0441

Please sign in to comment.