From 5fc1f1f79afb5d58d84bacec838d700b261a954c Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Tue, 28 Dec 2021 12:22:55 +0000 Subject: [PATCH 1/3] GitBook: [#1] add subpage test --- SUMMARY.md | 5 +++++ widget-docs/subpage-test.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 SUMMARY.md create mode 100644 widget-docs/subpage-test.md diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..21b1019 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,5 @@ +# Table of contents + +* [TT-mobile](README.md) +* [widget-docs](widget-docs/README.md) + * [Subpage test](widget-docs/subpage-test.md) diff --git a/widget-docs/subpage-test.md b/widget-docs/subpage-test.md new file mode 100644 index 0000000..dba77f3 --- /dev/null +++ b/widget-docs/subpage-test.md @@ -0,0 +1,2 @@ +# Subpage test + From ad71d1301a347ab43f0803318a5bf98f3fdc09fd Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Tue, 28 Dec 2021 12:24:42 +0000 Subject: [PATCH 2/3] GitBook: [#2] No subject --- SUMMARY.md | 4 ++-- widget-docs/subpage-test.md => top-level-page-test.md | 0 widget-docs/README.md => widget-docs.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename widget-docs/subpage-test.md => top-level-page-test.md (100%) rename widget-docs/README.md => widget-docs.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index 21b1019..1951721 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,5 +1,5 @@ # Table of contents * [TT-mobile](README.md) -* [widget-docs](widget-docs/README.md) - * [Subpage test](widget-docs/subpage-test.md) +* [Top level page test](top-level-page-test.md) +* [widget-docs](widget-docs.md) diff --git a/widget-docs/subpage-test.md b/top-level-page-test.md similarity index 100% rename from widget-docs/subpage-test.md rename to top-level-page-test.md diff --git a/widget-docs/README.md b/widget-docs.md similarity index 100% rename from widget-docs/README.md rename to widget-docs.md From f6aae9b73b1d1fc6f8bdf317319cc7efe7ea44ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 23:13:41 +0000 Subject: [PATCH 3/3] chore(deps): bump url-parse from 1.5.3 to 1.5.10 in /widget-docs Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- widget-docs/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/widget-docs/yarn.lock b/widget-docs/yarn.lock index 9a38ec7..6c1a860 100644 --- a/widget-docs/yarn.lock +++ b/widget-docs/yarn.lock @@ -8208,9 +8208,9 @@ url-loader@^2.2.0: schema-utils "^2.5.0" url-parse@^1.4.3, url-parse@^1.5.3: - version "1.5.3" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862" - integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ== + version "1.5.10" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1" + integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"