From e82c4bcd1e781fd7d0824dd78c2506098bfcb7f2 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh <66885923+utkarshsingh77@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:22:54 -0500 Subject: [PATCH] change location of index.html --- docs/docusaurus.config.js | 2 +- docs/index.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 docs/index.html diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index bf60dc3..9c8e17e 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://your-docusaurus-site.example.com', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs/', +// baseUrl: '/docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..b84cd3c --- /dev/null +++ b/docs/index.html @@ -0,0 +1,14 @@ + + + + + +Hello from My Site | My Site + + + + + +
Skip to main content

My Site

Dinosaurs are cool

Easy to Use

Easy to Use

Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly.

Focus on What Matters

Focus on What Matters

Docusaurus lets you focus on your docs, and we'll do the chores. Go ahead and move your docs into the docs directory.

Powered by React

Powered by React

Extend or customize your website layout by reusing React. Docusaurus can be extended while reusing the same header and footer.

+ + \ No newline at end of file