From 4e0a251cf1a717f1509b489634f37d9cf351b815 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Thu, 30 Nov 2023 10:52:32 +0100 Subject: [PATCH] Move how-to-parse-a-file stubs under a dedicated section --- documentation/public/user-guide/npm-package/NAV.md | 2 +- .../{how-to-parse-a-file.md => how-to-parse-a-file/index.md} | 2 ++ documentation/public/user-guide/rust-crate/NAV.md | 2 +- .../{how-to-parse-a-file.md => how-to-parse-a-file/index.md} | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) rename documentation/public/user-guide/npm-package/{how-to-parse-a-file.md => how-to-parse-a-file/index.md} (69%) rename documentation/public/user-guide/rust-crate/{how-to-parse-a-file.md => how-to-parse-a-file/index.md} (69%) diff --git a/documentation/public/user-guide/npm-package/NAV.md b/documentation/public/user-guide/npm-package/NAV.md index ca5a038d88..45be6bc223 100644 --- a/documentation/public/user-guide/npm-package/NAV.md +++ b/documentation/public/user-guide/npm-package/NAV.md @@ -1,2 +1,2 @@ - [Index](./index.md) -- [How to parse a Solidity file](./how-to-parse-a-file.md) +- [How to parse a Solidity file](./how-to-parse-a-file/) diff --git a/documentation/public/user-guide/npm-package/how-to-parse-a-file.md b/documentation/public/user-guide/npm-package/how-to-parse-a-file/index.md similarity index 69% rename from documentation/public/user-guide/npm-package/how-to-parse-a-file.md rename to documentation/public/user-guide/npm-package/how-to-parse-a-file/index.md index 9b53853ede..eeb7afbe51 100644 --- a/documentation/public/user-guide/npm-package/how-to-parse-a-file.md +++ b/documentation/public/user-guide/npm-package/how-to-parse-a-file/index.md @@ -1 +1,3 @@ +# How to parse a Solidity file + --8<-- "crates/solidity/inputs/language/snippets/under-construction.md" diff --git a/documentation/public/user-guide/rust-crate/NAV.md b/documentation/public/user-guide/rust-crate/NAV.md index ca5a038d88..45be6bc223 100644 --- a/documentation/public/user-guide/rust-crate/NAV.md +++ b/documentation/public/user-guide/rust-crate/NAV.md @@ -1,2 +1,2 @@ - [Index](./index.md) -- [How to parse a Solidity file](./how-to-parse-a-file.md) +- [How to parse a Solidity file](./how-to-parse-a-file/) diff --git a/documentation/public/user-guide/rust-crate/how-to-parse-a-file.md b/documentation/public/user-guide/rust-crate/how-to-parse-a-file/index.md similarity index 69% rename from documentation/public/user-guide/rust-crate/how-to-parse-a-file.md rename to documentation/public/user-guide/rust-crate/how-to-parse-a-file/index.md index 9b53853ede..eeb7afbe51 100644 --- a/documentation/public/user-guide/rust-crate/how-to-parse-a-file.md +++ b/documentation/public/user-guide/rust-crate/how-to-parse-a-file/index.md @@ -1 +1,3 @@ +# How to parse a Solidity file + --8<-- "crates/solidity/inputs/language/snippets/under-construction.md"