diff --git a/docs/getting-started/setting-up-lab-environment.md b/docs/getting-started/setting-up-lab-environment.md index a01f2e5..e41ba6c 100644 --- a/docs/getting-started/setting-up-lab-environment.md +++ b/docs/getting-started/setting-up-lab-environment.md @@ -80,7 +80,7 @@ az group create \ Run the following command to download the Bicep template file to deploy the lab resources. ```bash -curl -o main.bicep https://gist.githubusercontent.com/pauldotyu/2051a64e4709d5248902b7f8e26ff41b/raw/c2f6266927149d18cd7bda78ab832beb0cb70b95/main.bicep +curl -o main.bicep https://raw.githubusercontent.com/azure-samples/aks-labs/docs/storage/assets/main.bicep ``` Verify the contents of the **main.bicep** file by running the following command. diff --git a/docs/intro.md b/docs/intro.md deleted file mode 100644 index 926ae8f..0000000 --- a/docs/intro.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Workshop Intro - -Let's discover **Docusaurus in less than 5 minutes**. - -## Getting Started - -Get started by **creating a new site**. - -Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**. - -### What you'll need - -- [Node.js](https://nodejs.org/en/download/) version 18.0 or above: - - When installing Node.js, you are recommended to check all checkboxes related to dependencies. - -## Generate a new site - -Generate a new Docusaurus site using the **classic template**. - -The classic template will automatically be added to your project after you run the command: - -```bash -npm init docusaurus@latest my-website classic -``` - -You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor. - -The command also installs all necessary dependencies you need to run Docusaurus. - -## Start your site - -Run the development server: - -```bash -cd my-website -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/). - -Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes. diff --git a/docs/intro.mdx b/docs/intro.mdx new file mode 100644 index 0000000..5d325c6 --- /dev/null +++ b/docs/intro.mdx @@ -0,0 +1,51 @@ +--- +sidebar_position: 1 +sidebar_label: Introduction to AKS Labs +--- + + + +export const HighlightedWorkshops = () => ( +
+
+ + + +
+
+); + +# Introduction to AKS Labs + +AKS Labs is a series of workshops designed to help you learn how to use Azure Kubernetes Service (AKS) to deploy, scale, and manage containerized applications using Kubernetes. The workshops are designed to provide a hands-on learning experience. + +## Featured Workshops + +