From d02c1e4081a4a7b8676026c4f85c9a32fd4fb19a Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 7 Nov 2022 22:14:34 +0100 Subject: [PATCH] style(docs): move notice; update note icon --- apps/docs/src/components/PageContent/PageContent.astro | 7 ------- apps/docs/src/layouts/MainLayout.astro | 9 ++++++++- apps/docs/src/pages/en/api/form/form-component.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/docs/src/components/PageContent/PageContent.astro b/apps/docs/src/components/PageContent/PageContent.astro index 0836ac4..52c6de2 100644 --- a/apps/docs/src/components/PageContent/PageContent.astro +++ b/apps/docs/src/components/PageContent/PageContent.astro @@ -17,13 +17,6 @@ const title = frontmatter.title;

{title}

-
- 🛠 Under Construction: This library and the documentation are - undergoing rigorous development. Read and join our discussions for questions, suggestions, or feedback. -
diff --git a/apps/docs/src/layouts/MainLayout.astro b/apps/docs/src/layouts/MainLayout.astro index 614875f..1688fc6 100644 --- a/apps/docs/src/layouts/MainLayout.astro +++ b/apps/docs/src/layouts/MainLayout.astro @@ -69,7 +69,7 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`; } #grid-main { - padding: var(--doc-padding) var(--gutter); + padding: 0 var(--gutter); grid-column: 2; display: flex; flex-direction: column; @@ -142,6 +142,13 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`;
+
+ 🛠 Under Construction: This library and the documentation + are undergoing rigorous development. Read and join our discussions for questions, suggestions, or feedback. +
**❗️ Note:** The `ControlConfig` type will be defined in the [FormControl](/en/api/form/form-control) class documentation. +> **📝 Note:** The `ControlConfig` type will be defined in the [FormControl](/en/api/form/form-control) class documentation. ### Setting up multiple field sets