From 38a98bf37c53876b63387867daa3332b1bdb5613 Mon Sep 17 00:00:00 2001 From: Nitya Narasimhan Date: Thu, 8 Sep 2022 15:03:44 -0400 Subject: [PATCH] Fix #19 - added Documentation in website/README.md --- website/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/website/README.md b/website/README.md index b02ee7f4..77aac289 100644 --- a/website/README.md +++ b/website/README.md @@ -1,7 +1,13 @@ # Website -This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. -Current build status: -[![Deploy to GitHub Pages](https://github.com/microsoft/30daysof/actions/workflows/deploy-on-push.yml/badge.svg)](https://github.com/microsoft/30daysof/actions/workflows/deploy-on-push.yml) \ No newline at end of file +## About This Site + + * This website is built using [Docusaurus 2](https://docusaurus.io/) - a modern static website generator from Meta. + * The site is hosted on [GitHub Pages](https://aka.ms/azure/cloud-native) and auto-deployed with a [GitHub Actions](https://github.com/features/actions) workflow to [aka.ms/30Daysof](https://aka.ms/30DaysOf). + * It uses [docusaurus-plugin-clarity](https://www.npmjs.com/package/docusaurus-plugin-clarity) to configure [Clarity analytics](https://clarity.microsoft.com/) using [docusaurus.config.js](https://docusaurus.io/docs/api/docusaurus-config#scripts). Just delete Clarity ID to turn off telemetry. + + * [![Deploy to GitHub Pages](https://github.com/microsoft/30daysof/actions/workflows/deploy-on-push.yml/badge.svg)](https://github.com/microsoft/30daysof/actions/workflows/deploy-on-push.yml) + + --- \ No newline at end of file