mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:07:36 +00:00
docs: optimized examples and sdk for search (#8657)
# Which Problems Are Solved Page title was "introduction" and the headings were missing a h2 level. This makes it difficult to index for search, both internal and external. # How the Problems Are Solved * Change the page title * Pulled all headings one level up # Additional Changes - Show all elements in sdk-example folder automaticalls
This commit is contained in:
@@ -8,7 +8,7 @@ export function Tile({ title, imageSource, imageSourceLight, link, external }) {
|
||||
className={styles.tile}
|
||||
target={external ? "_blank" : "_self"}
|
||||
>
|
||||
<h4>{title}</h4>
|
||||
<h3>{title}</h3>
|
||||
<img
|
||||
className={imageSourceLight ? "hideonlight" : ""}
|
||||
src={imageSource}
|
||||
|
Reference in New Issue
Block a user