We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239a30b commit 676a9aaCopy full SHA for 676a9aa
3 files changed
Website/docs/introduction.mdx
@@ -2,6 +2,8 @@
2
sidebar_position: 0
3
---
4
5
+import styles from "./styles.module.css";
6
+
7
# Introduction
8
9
:::note
Website/src/pages/Download.mdx
@@ -4,7 +4,7 @@ description: Download the latest version of NETworkManager
import Link from "@docusaurus/Link";
-import styles from "./index.module.css";
# Download
10
Website/src/pages/index.js
@@ -5,7 +5,7 @@ import Layout from "@theme/Layout";
import HomepageFeatures from "@site/src/components/HomepageFeatures";
import Heading from "@theme/Heading";
function HomepageHeader() {
11
const { siteConfig } = useDocusaurusContext();
0 commit comments