diff --git a/docs/_get_started/Introduction.md b/docs/_get_started/Introduction.md index 7fc2c0adf9..21ad2290dd 100644 --- a/docs/_get_started/Introduction.md +++ b/docs/_get_started/Introduction.md @@ -8,7 +8,7 @@ nav_order: 1 Friend is an AI wearable device that records everything you say, giving you proactive feedback and advice. Use these docs to unlock the full potential of Friend and build using the power of recall. -Friend Banner +Friend Banner ## Features diff --git a/docs/_get_started/Setup.md b/docs/_get_started/Setup.md index 5f09960bf0..4a070f0fa8 100644 --- a/docs/_get_started/Setup.md +++ b/docs/_get_started/Setup.md @@ -8,4 +8,4 @@ nav_order: 2 Follow these steps to get started with your Friend in under 5 minutes. -Friend Banner +Friend Banner diff --git a/docs/_info/Contribution.md b/docs/_info/Contribution.md index f88725307e..f72446e45f 100644 --- a/docs/_info/Contribution.md +++ b/docs/_info/Contribution.md @@ -12,7 +12,7 @@ We welcome contributions from the community! If you are interested in improving - AppWithWearable brings simple bluetooth connecting functionality -discord_community_banner +discord_community_banner ### Join a community of builders diff --git a/docs/_info/Disclaimer.md b/docs/_info/Disclaimer.md index 175086bd3f..077e29578b 100644 --- a/docs/_info/Disclaimer.md +++ b/docs/_info/Disclaimer.md @@ -8,6 +8,6 @@ nav_order: 4 Please note that the Friend is a prototype project and is provided “as is”, without warranty of any kind. Use of the device should comply with all local laws and regulations concerning privacy and data protection. -disclaimer +disclaimer Thank you for your interest in Friend, the open-source AI wearable. We’re excited to see what you’ll build with it! diff --git a/docs/_info/archive/launch.md b/docs/_info/archive/launch.md index 2ba2c41fd8..b301de8485 100644 --- a/docs/_info/archive/launch.md +++ b/docs/_info/archive/launch.md @@ -32,7 +32,7 @@ Friend is an AI wearable device that records everything you say, gives you proac ## How it works -how_it_works +how_it_works ## Structure @@ -96,15 +96,15 @@ Follow these steps to install the firmware: 2. In the nRF Connect Extension inside your VS Code, click "Open an existing application" and open the `firmware` folder from the root of this repo. - VS Code Extension + VS Code Extension 3. In the application panel of the extension, click the "Add Build Configuration" icon. - Add Build Configuration + Add Build Configuration 4. Choose the board as "xiao_ble_sense" and select the configuration as "prj.conf". Then, click "Build Configuration". - Build Settings + Build Settings 5. Once the build succeeds, you will find the `zephyr.uf2` file in the `firmware/build/zephyr` directory. @@ -112,7 +112,7 @@ Follow these steps to install the firmware: > **Note:** On a Mac, you might see an error message after dropping the file, indicating that the process did not complete. This is just a Mac-specific error; the firmware is successfully uploaded. - Pinout + Pinout That's it! You have successfully installed the firmware on your device.