docs: searchable documentation & seo (#911)
* create search field
* search trigger, show field on interaction
* update deps, fix emitter
* crop out html, filtered search, i18h, layout
* i18n
* catch crtl f
* create combindes result store
* fix search query, remove store
* fixed search on side
* fix preload
* improve mobile layout, assets
* layout optimisations
* header
* doc nav bar, mobile, new dashboard
* toolbar
* fix modal
* z-index issue, header
* hl param
* fix lang switch, nav
* home, sub section, 18n, layout, assets
* develope, docs sublinks
* update home, mobile first
* fix language switcher
* add home seo
* fix flex search, dashboard
* seo embed, fix docs dropdown
* mouse navigation in search
* jsonld
* seo
* fix link
* rm section if none
* rm unused segment
* update lock
* remove combined slug
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@caos.ch>
2020-11-04 19:02:17 +00:00
|
|
|
<meta property="description" content="{$_('home_seo.description')}" />
|
|
|
|
|
|
|
|
<meta property="og:url" content="https://docs.zitadel.ch" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="Administration" />
|
|
|
|
<meta property="og:description" content="Erfahren Sie mehr über die Administration von ZITADEL" />
|
|
|
|
<meta property="og:image" content="https://www.zitadel.ch/zitadel-social-preview25.png" />
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
|
|
<meta name="twitter:site" content="@caos_ch">
|
|
|
|
<meta name="twitter:title" content="Administration" />
|
|
|
|
<meta name="twitter:description" content="Erfahren Sie mehr über die Administration von ZITADEL" />
|
|
|
|
<meta name="twitter:image" content="https://www.zitadel.ch/zitadel-social-preview25.png">
|
|
|
|
|
|
|
|
<script type='application/ld+json'>
|
|
|
|
{
|
|
|
|
"@context" : "http://schema.org/",
|
|
|
|
"@type" : "WebPage",
|
|
|
|
"about": {
|
|
|
|
"name":"Administrations Dokumentation",
|
|
|
|
"description":"Erfahren Sie mehr über die Administration von ZITADEL",
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name":"caos AG",
|
|
|
|
"address":"Teufener Strasse 19, 9000 St.Gallen",
|
|
|
|
"email":"hi@caos.ch"
|
|
|
|
},
|
|
|
|
"copyrightYear":"2020",
|
|
|
|
"creator": {
|
|
|
|
"name":"caos AG",
|
|
|
|
"address":"Teufener Strasse 19, 9000 St.Gallen",
|
|
|
|
"email":"hi@caos.ch"
|
|
|
|
},
|
|
|
|
}
|
2020-11-11 10:50:38 +00:00
|
|
|
</script>
|