mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
docs(developer): address review comments on walkthrough
Co-authored-by: Darcy Wong <darcy_wong@sil.org>
This commit is contained in:
parent
c10a74cdf0
commit
1207a01645
3 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
# Using the Debugger
|
||||
---
|
||||
title: Using the Debugger
|
||||
---
|
||||
|
||||
<link href='walkthrough.css' rel='stylesheet'>
|
||||
<div class="walkthrough-navigation" markdown="1">
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue