Skip to content

Commit 41e1477

Browse files
committed
feat: add llms.txt to the docs
1 parent 65b2a29 commit 41e1477

File tree

4 files changed

+1120
-0
lines changed

4 files changed

+1120
-0
lines changed

.github/workflows/liara.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: "20"
15+
- name: convert-mdx-to-md
16+
working-directory: ./mdx-to-md-converter
17+
run: |
18+
npm install
19+
npm run convert
1520
- name: update-liara
1621
env:
1722
LIARA_TOKEN: ${{ secrets.IRAN_API_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/sample.mdx
1212

13+
llms
1314

1415
# testing
1516
/coverage

0 commit comments

Comments
 (0)