From 323e00b11ed4daefb47252e2814ca57a719c7a0f Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Sun, 8 Dec 2024 17:37:00 +0100 Subject: [PATCH 1/2] Update deploying.md --- docs/src/content/hardhat-runner/docs/guides/deploying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/hardhat-runner/docs/guides/deploying.md b/docs/src/content/hardhat-runner/docs/guides/deploying.md index f0784a2d28..4be05bd393 100644 --- a/docs/src/content/hardhat-runner/docs/guides/deploying.md +++ b/docs/src/content/hardhat-runner/docs/guides/deploying.md @@ -50,7 +50,7 @@ You can deploy in the `localhost` network following these steps: :::: -As general rule, you can target any network from your Hardhat config using: +As a general rule, you can target any network from your Hardhat config using: ``` npx hardhat ignition deploy ./ignition/modules/Lock.js --network From 6b873caa0be8761c4cc417e0f4ee1965d95344e7 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Sun, 8 Dec 2024 18:21:59 +0100 Subject: [PATCH 2/2] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index eade52fe56..164879f52d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,7 +37,7 @@ To preview content locally, launch the app with `pnpm dev` and open http://127.0 All content is organized by hierarchy levels and the top-level entries are layouts. The layout represents a set of folders and provides navigation within them. Currently, a folder should belong to one of the layouts. In terms of UI, the layout is equivalent to a sidebar navigation menu with two-level items. Layout settings can be found in the `src/content/layouts.yaml` file. It contains all layouts (currently "documentation" and "tutorial"). Each layout can have the following settings: - title (optional) -- folders - the list of folders should be included in this layout +- folders - the list of folders that should be included in this layout ### Folders @@ -190,7 +190,7 @@ We utilize [Linaria](https://github.com/callstack/linaria) for styling component ## Theming -The documentation section is Themable. A user can switch between light, dark and high contrast themes for their convenience. There is also an "Auto" setting when theme is selected based on a user system settings. +The documentation section is Themeable. A user can switch between light, dark and high contrast themes for their convenience. There is also an "Auto" setting when theme is selected based on a user system settings. Theming solution provides abilities to switch themes, keep the selected value in user's local storage, seamlessly keep selected page on navigating and page refreshing.