-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #2 Improve website navigation, user interface, search functionality, and content organization. * **Navigation and User Interface**: * Update `_config.yml` to include enhanced navigation settings and user interface settings. * Add navigation links for different model cards in `docs/index.md`. * **Search Functionality**: * Update `.github/workflows/main.yml` to enable search functionality. * **Content Organization**: * Update `docs/index.md` to include sections for different model cards and links to PyThaiNLP homepages and GitHub repository.
- Loading branch information
1 parent
2c2ac85
commit 0ca87f6
Showing
3 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
theme: jekyll-theme-minimal | ||
theme: jekyll-theme-minimal | ||
|
||
# Enhanced navigation settings | ||
navigation: | ||
- home: index.md | ||
- models: | ||
- Chunk Parser: docs/Chunk Parser.md | ||
- CLS: docs/CLS.md | ||
- NER: docs/NER.md | ||
- Encoder: docs/encoder.md | ||
- Part of Speech: docs/Part of speech.md | ||
- Thai2Fit: docs/thai2fit.md | ||
- Tokenizer: docs/tokenizer.md | ||
- Transliteration: docs/transliteration.md | ||
- WangChanGLM: docs/WangChanGLM.md | ||
|
||
# Enhanced user interface settings | ||
ui: | ||
search: true | ||
toc: true | ||
theme: dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters