Skip to content

Commit

Permalink
Merge pull request #3 from PyThaiNLP/wannaphong/imrpove-page
Browse files Browse the repository at this point in the history
Improve website
  • Loading branch information
wannaphong authored Jan 19, 2025
2 parents 2c2ac85 + 0ca87f6 commit 667b16f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: site # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch
- name: Enable search functionality
run: |
echo "search: true" >> mkdocs.yml
22 changes: 21 additions & 1 deletion _config.yml
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
20 changes: 18 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,25 @@

These model cards contain technical details of the models developed and used in PyThaiNLP.

PyThaiNLP Homepages: [https://pythainlp.github.io/](https://pythainlp.github.io/).
## Sections

GitHub: [PyThaiNLP/Model-Cards](https://github.com/PyThaiNLP/Model-Cards)
- [Chunk Parser](Chunk%20Parser.md)
- [CLS](CLS.md)
- [NER](NER.md)
- [Encoder](encoder.md)
- [Part of Speech](Part%20of%20speech.md)
- [Thai2Fit](thai2fit.md)
- [Tokenizer](tokenizer.md)
- [Transliteration](transliteration.md)
- [WangChanGLM](WangChanGLM.md)

## PyThaiNLP Homepages

[PyThaiNLP Homepages](https://pythainlp.github.io/)

## GitHub

[PyThaiNLP/Model-Cards](https://github.com/PyThaiNLP/Model-Cards)

**Cite**

Expand Down

0 comments on commit 667b16f

Please sign in to comment.