zitadel/site/docs/get_started/seo.json
Max Peintner 2c517d6278
feat(documentation): svelte app as document generator (#566)
* check in full site application

* rm unused assets components

* change base css

* i18n

* new doc workflow

* fix crosslink to doc in github

* nav, console link, assets, console brand

* edit configjs server

* rm go struct references

* cleanup input output bindings

* working dir

* export path

* always trigger

* rel paths

* cname

* rev workdir

* fix fallbacklanguage, home on large screens

* remove mit from site
2020-08-11 09:53:09 +02:00

16 lines
341 B
JSON

{
"tags": [
{
"name": "twitter:title",
"content":"Docs demo page"
},
{
"name": "twitter:description",
"content":"Docs demo page description"
},
{
"name": "Description",
"content":"Docs demo page description"
}
]
}