From 27fec3dbbe0e4124d8170ac47f57f58b4f132cd1 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:04:18 -0500 Subject: [PATCH] fix docs formatting --- docs/docs/development/contributing-boards.md | 2 +- docs/docs/development/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/development/contributing-boards.md b/docs/docs/development/contributing-boards.md index 3bc53f07e..bbc435888 100644 --- a/docs/docs/development/contributing-boards.md +++ b/docs/docs/development/contributing-boards.md @@ -13,7 +13,7 @@ The community support boards framework allows a user in the community to be the ## Getting Started -1. Follow the steps from [the main contributing docs](development/contributing.md). +1. Follow the steps from [the main contributing docs](/development/contributing.md). 2. Create a new build type under `docker/` 3. Get build working as expected, all board-specific changes should be done inside of the board specific docker file. diff --git a/docs/docs/development/contributing.md b/docs/docs/development/contributing.md index facf10228..6ef5a0fc2 100644 --- a/docs/docs/development/contributing.md +++ b/docs/docs/development/contributing.md @@ -243,6 +243,6 @@ If you'd like to contribute translations to Frigate, please follow these steps: 1. Fork the repository and create a new branch specifically for your translation work 2. Locate the localization files in the web/public/locales directory 3. Add or modify the appropriate language JSON files, maintaining the existing key structure while translating only the values -4. Ensure your translations maintain proper formatting, including any placeholder variables (like {{example}}) +4. Ensure your translations maintain proper formatting, including any placeholder variables (like `{{example}}`) 5. Before submitting, thoroughly review the UI 6. When creating your PR, include a brief description of the languages you've added or updated, and reference any related issues