diff --git a/developer/docs/help/guides/develop/walkthrough/04-using-debugger.md b/developer/docs/help/guides/develop/walkthrough/04-using-debugger.md index 932fec3aaf..a86917754e 100644 --- a/developer/docs/help/guides/develop/walkthrough/04-using-debugger.md +++ b/developer/docs/help/guides/develop/walkthrough/04-using-debugger.md @@ -1,4 +1,6 @@ -# Using the Debugger +--- +title: Using the Debugger +---
diff --git a/developer/docs/help/guides/develop/walkthrough/09-distributing-keyboard-package.md b/developer/docs/help/guides/develop/walkthrough/09-distributing-keyboard-package.md index 756e83509e..1a38688018 100644 --- a/developer/docs/help/guides/develop/walkthrough/09-distributing-keyboard-package.md +++ b/developer/docs/help/guides/develop/walkthrough/09-distributing-keyboard-package.md @@ -23,7 +23,7 @@ To continue the Step-by-Step tutorial move to the next page: [Part 10 - Generati Follow the instructions at [Working with the Keyman Cloud Keyboard Repository](https://help.keyman.com/developer/keyboards/) to submit your keyboard to the Keyman keyboards repository. This will enable anyone with Internet access to download and use the keyboard. (Please do not submit the Dagbani keyboard used in the Step-by-Step tutorial. There is already a Dagbani keyboard in the repository.) -One requirement for keyboards that are submitted to the Keyman keyboards repository is the addition of a PHP help file that provides the online help available on the keyman.com site. See the **Editing the PHP help file** section of the [Writing Keyboard Documentation](07-writing-keyboard-documentation) page for more details. +One requirement for keyboards that are submitted to the Keyman keyboards repository is the addition of a PHP help file that provides the online help available on the keyman.com site. See the **Editing the PHP help file** section of the [Writing Keyboard Documentation](07-writing-keyboard-documentation#toc-editing-the-php-help-file) page for more details. ## Other Distribution Methods diff --git a/developer/docs/help/guides/develop/walkthrough/10-generating-lexical-model.md b/developer/docs/help/guides/develop/walkthrough/10-generating-lexical-model.md index 805877979f..a946ded54f 100644 --- a/developer/docs/help/guides/develop/walkthrough/10-generating-lexical-model.md +++ b/developer/docs/help/guides/develop/walkthrough/10-generating-lexical-model.md @@ -265,7 +265,7 @@ For the purposes of this tutorial, we’ve provided a sample text that you can d The sample text is a collection of folktales for the Fulfulde language. Right-click on the **Anduna_anndaaka.txt** link below and select `Save link as` and navigate to a folder where you can save the file and work on it. After you have deleted some unneeded words from the file you'll use PrimerPrep to create a wordlist file that you will then include in the `source` folder of your lexical model project. -[Aduna_anndaaka.txt](./Aduna_anndaaka.txt) +* [Aduna_anndaaka.txt](./Aduna_anndaaka.txt) ### File Preparation