Fix links for docs (#2908)

* fix docs paths

* docsLink directive

* fix: bugs (#2909)

---------

Co-authored-by: Alex Inkin <alexander@inkin.ru>
This commit is contained in:
Matt Hill
2025-04-24 14:14:08 -06:00
committed by GitHub
parent 2cf4864078
commit 05dd760388
29 changed files with 193 additions and 167 deletions

View File

@@ -1,5 +1,9 @@
@import '@taiga-ui/core/styles/taiga-ui-local';
:root {
color-scheme: light dark;
}
* {
box-sizing: border-box;
}
@@ -21,7 +25,9 @@ hr {
:root {
--bumper: 0.375rem;
--tui-font-text: 'Proxima Nova', 'Manrope', -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
--tui-font-text: 'Proxima Nova', 'Manrope', -apple-system,
'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue',
sans-serif;
}
.g-page {