From e0e06fc2db33caa51e513b4231daa21826f8822c Mon Sep 17 00:00:00 2001 From: dht Date: Wed, 8 Jun 2022 09:05:01 +0300 Subject: [PATCH] revert changes in auto-generated examples folder --- examples/classic-typescript/docs/intro.md | 2 +- .../docs/tutorial-basics/create-a-blog-post.md | 2 +- .../docs/tutorial-basics/create-a-document.md | 2 +- .../classic-typescript/docs/tutorial-basics/create-a-page.md | 4 ++-- .../docs/tutorial-basics/deploy-your-site.md | 2 +- .../docs/tutorial-extras/translate-your-site.md | 2 +- examples/classic/docs/intro.md | 2 +- examples/classic/docs/tutorial-basics/create-a-blog-post.md | 2 +- examples/classic/docs/tutorial-basics/create-a-document.md | 2 +- examples/classic/docs/tutorial-basics/create-a-page.md | 4 ++-- examples/classic/docs/tutorial-basics/deploy-your-site.md | 2 +- examples/classic/docs/tutorial-extras/translate-your-site.md | 2 +- examples/facebook/docs/intro.md | 2 +- examples/facebook/docs/tutorial-basics/create-a-blog-post.md | 2 +- examples/facebook/docs/tutorial-basics/create-a-document.md | 2 +- examples/facebook/docs/tutorial-basics/create-a-page.md | 4 ++-- examples/facebook/docs/tutorial-basics/deploy-your-site.md | 2 +- examples/facebook/docs/tutorial-extras/translate-your-site.md | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/classic-typescript/docs/intro.md b/examples/classic-typescript/docs/intro.md index 18f6af1ea8dc..500260230bfc 100644 --- a/examples/classic-typescript/docs/intro.md +++ b/examples/classic-typescript/docs/intro.md @@ -42,6 +42,6 @@ npm run start The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there. -The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at [http://localhost:3000/](http://localhost:3000/). +The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/. Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes. diff --git a/examples/classic-typescript/docs/tutorial-basics/create-a-blog-post.md b/examples/classic-typescript/docs/tutorial-basics/create-a-blog-post.md index ea472bbaf871..0d50aaf31631 100644 --- a/examples/classic-typescript/docs/tutorial-basics/create-a-blog-post.md +++ b/examples/classic-typescript/docs/tutorial-basics/create-a-blog-post.md @@ -31,4 +31,4 @@ Congratulations, you have made your first post! Feel free to play around and edit this post as much you like. ``` -A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings). +A new blog post is now available at `http://localhost:3000/blog/greetings`. diff --git a/examples/classic-typescript/docs/tutorial-basics/create-a-document.md b/examples/classic-typescript/docs/tutorial-basics/create-a-document.md index 06aa83ef4c7a..a9bb9a4140b1 100644 --- a/examples/classic-typescript/docs/tutorial-basics/create-a-document.md +++ b/examples/classic-typescript/docs/tutorial-basics/create-a-document.md @@ -20,7 +20,7 @@ Create a markdown file at `docs/hello.md`: This is my **first Docusaurus document**! ``` -A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello). +A new document is now available at `http://localhost:3000/docs/hello`. ## Configure the Sidebar diff --git a/examples/classic-typescript/docs/tutorial-basics/create-a-page.md b/examples/classic-typescript/docs/tutorial-basics/create-a-page.md index c1e84f85caba..e112b0059c26 100644 --- a/examples/classic-typescript/docs/tutorial-basics/create-a-page.md +++ b/examples/classic-typescript/docs/tutorial-basics/create-a-page.md @@ -28,7 +28,7 @@ export default function MyReactPage() { } ``` -A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page). +A new page is now available at `http://localhost:3000/my-react-page`. ## Create your first Markdown Page @@ -40,4 +40,4 @@ Create a file at `src/pages/my-markdown-page.md`: This is a Markdown page ``` -A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page). +A new page is now available at `http://localhost:3000/my-markdown-page`. diff --git a/examples/classic-typescript/docs/tutorial-basics/deploy-your-site.md b/examples/classic-typescript/docs/tutorial-basics/deploy-your-site.md index 1c50ee063ef4..492eae0276b4 100644 --- a/examples/classic-typescript/docs/tutorial-basics/deploy-your-site.md +++ b/examples/classic-typescript/docs/tutorial-basics/deploy-your-site.md @@ -26,6 +26,6 @@ Test your production build locally: npm run serve ``` -The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/). +The `build` folder is now served at `http://localhost:3000/`. You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**). diff --git a/examples/classic-typescript/docs/tutorial-extras/translate-your-site.md b/examples/classic-typescript/docs/tutorial-extras/translate-your-site.md index caeaffb05548..da2b8a365f48 100644 --- a/examples/classic-typescript/docs/tutorial-extras/translate-your-site.md +++ b/examples/classic-typescript/docs/tutorial-extras/translate-your-site.md @@ -39,7 +39,7 @@ Start your site on the French locale: npm run start -- --locale fr ``` -Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated. +Your localized site is accessible at `http://localhost:3000/fr/` and the `Getting Started` page is translated. :::caution diff --git a/examples/classic/docs/intro.md b/examples/classic/docs/intro.md index 18f6af1ea8dc..500260230bfc 100644 --- a/examples/classic/docs/intro.md +++ b/examples/classic/docs/intro.md @@ -42,6 +42,6 @@ npm run start The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there. -The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at [http://localhost:3000/](http://localhost:3000/). +The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/. Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes. diff --git a/examples/classic/docs/tutorial-basics/create-a-blog-post.md b/examples/classic/docs/tutorial-basics/create-a-blog-post.md index ea472bbaf871..0d50aaf31631 100644 --- a/examples/classic/docs/tutorial-basics/create-a-blog-post.md +++ b/examples/classic/docs/tutorial-basics/create-a-blog-post.md @@ -31,4 +31,4 @@ Congratulations, you have made your first post! Feel free to play around and edit this post as much you like. ``` -A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings). +A new blog post is now available at `http://localhost:3000/blog/greetings`. diff --git a/examples/classic/docs/tutorial-basics/create-a-document.md b/examples/classic/docs/tutorial-basics/create-a-document.md index 06aa83ef4c7a..a9bb9a4140b1 100644 --- a/examples/classic/docs/tutorial-basics/create-a-document.md +++ b/examples/classic/docs/tutorial-basics/create-a-document.md @@ -20,7 +20,7 @@ Create a markdown file at `docs/hello.md`: This is my **first Docusaurus document**! ``` -A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello). +A new document is now available at `http://localhost:3000/docs/hello`. ## Configure the Sidebar diff --git a/examples/classic/docs/tutorial-basics/create-a-page.md b/examples/classic/docs/tutorial-basics/create-a-page.md index c1e84f85caba..e112b0059c26 100644 --- a/examples/classic/docs/tutorial-basics/create-a-page.md +++ b/examples/classic/docs/tutorial-basics/create-a-page.md @@ -28,7 +28,7 @@ export default function MyReactPage() { } ``` -A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page). +A new page is now available at `http://localhost:3000/my-react-page`. ## Create your first Markdown Page @@ -40,4 +40,4 @@ Create a file at `src/pages/my-markdown-page.md`: This is a Markdown page ``` -A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page). +A new page is now available at `http://localhost:3000/my-markdown-page`. diff --git a/examples/classic/docs/tutorial-basics/deploy-your-site.md b/examples/classic/docs/tutorial-basics/deploy-your-site.md index 1c50ee063ef4..492eae0276b4 100644 --- a/examples/classic/docs/tutorial-basics/deploy-your-site.md +++ b/examples/classic/docs/tutorial-basics/deploy-your-site.md @@ -26,6 +26,6 @@ Test your production build locally: npm run serve ``` -The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/). +The `build` folder is now served at `http://localhost:3000/`. You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**). diff --git a/examples/classic/docs/tutorial-extras/translate-your-site.md b/examples/classic/docs/tutorial-extras/translate-your-site.md index caeaffb05548..da2b8a365f48 100644 --- a/examples/classic/docs/tutorial-extras/translate-your-site.md +++ b/examples/classic/docs/tutorial-extras/translate-your-site.md @@ -39,7 +39,7 @@ Start your site on the French locale: npm run start -- --locale fr ``` -Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated. +Your localized site is accessible at `http://localhost:3000/fr/` and the `Getting Started` page is translated. :::caution diff --git a/examples/facebook/docs/intro.md b/examples/facebook/docs/intro.md index 18f6af1ea8dc..500260230bfc 100644 --- a/examples/facebook/docs/intro.md +++ b/examples/facebook/docs/intro.md @@ -42,6 +42,6 @@ npm run start The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there. -The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at [http://localhost:3000/](http://localhost:3000/). +The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/. Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes. diff --git a/examples/facebook/docs/tutorial-basics/create-a-blog-post.md b/examples/facebook/docs/tutorial-basics/create-a-blog-post.md index ea472bbaf871..0d50aaf31631 100644 --- a/examples/facebook/docs/tutorial-basics/create-a-blog-post.md +++ b/examples/facebook/docs/tutorial-basics/create-a-blog-post.md @@ -31,4 +31,4 @@ Congratulations, you have made your first post! Feel free to play around and edit this post as much you like. ``` -A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings). +A new blog post is now available at `http://localhost:3000/blog/greetings`. diff --git a/examples/facebook/docs/tutorial-basics/create-a-document.md b/examples/facebook/docs/tutorial-basics/create-a-document.md index 06aa83ef4c7a..a9bb9a4140b1 100644 --- a/examples/facebook/docs/tutorial-basics/create-a-document.md +++ b/examples/facebook/docs/tutorial-basics/create-a-document.md @@ -20,7 +20,7 @@ Create a markdown file at `docs/hello.md`: This is my **first Docusaurus document**! ``` -A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello). +A new document is now available at `http://localhost:3000/docs/hello`. ## Configure the Sidebar diff --git a/examples/facebook/docs/tutorial-basics/create-a-page.md b/examples/facebook/docs/tutorial-basics/create-a-page.md index c1e84f85caba..e112b0059c26 100644 --- a/examples/facebook/docs/tutorial-basics/create-a-page.md +++ b/examples/facebook/docs/tutorial-basics/create-a-page.md @@ -28,7 +28,7 @@ export default function MyReactPage() { } ``` -A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page). +A new page is now available at `http://localhost:3000/my-react-page`. ## Create your first Markdown Page @@ -40,4 +40,4 @@ Create a file at `src/pages/my-markdown-page.md`: This is a Markdown page ``` -A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page). +A new page is now available at `http://localhost:3000/my-markdown-page`. diff --git a/examples/facebook/docs/tutorial-basics/deploy-your-site.md b/examples/facebook/docs/tutorial-basics/deploy-your-site.md index 1c50ee063ef4..492eae0276b4 100644 --- a/examples/facebook/docs/tutorial-basics/deploy-your-site.md +++ b/examples/facebook/docs/tutorial-basics/deploy-your-site.md @@ -26,6 +26,6 @@ Test your production build locally: npm run serve ``` -The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/). +The `build` folder is now served at `http://localhost:3000/`. You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**). diff --git a/examples/facebook/docs/tutorial-extras/translate-your-site.md b/examples/facebook/docs/tutorial-extras/translate-your-site.md index caeaffb05548..da2b8a365f48 100644 --- a/examples/facebook/docs/tutorial-extras/translate-your-site.md +++ b/examples/facebook/docs/tutorial-extras/translate-your-site.md @@ -39,7 +39,7 @@ Start your site on the French locale: npm run start -- --locale fr ``` -Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated. +Your localized site is accessible at `http://localhost:3000/fr/` and the `Getting Started` page is translated. :::caution