Skip to content

Commit 3ce4e77

Browse files
committed
nbs/index.qmd
1 parent 0d13225 commit 3ce4e77

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

llms_txt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"
22
from .core import *

nbs/index.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ To create effective `llms.txt` files, consider these guidelines: Use concise, cl
110110

111111
## Next steps
112112

113-
The `llms.txt` specification is open for community input. A [GitHub repository](https://github.com/AnswerDotAI/llms-txt) hosts [this informal overview](https://github.com/AnswerDotAI/llms-txt/blob/main/nbs/index.md), allowing for version control and public discussion. A community discord channel is available for sharing implementation experiences and discussing best practices.
113+
The `llms.txt` specification is open for community input. A [GitHub repository](https://github.com/AnswerDotAI/llms-txt) hosts [this informal overview](https://github.com/AnswerDotAI/llms-txt/blob/main/nbs/index.md), allowing for version control and public discussion. A [community discord channel](https://discord.gg/aJPygMvPEN) is available for sharing implementation experiences and discussing best practices.
114114

settings.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = llms-txt
33
lib_name = llms-txt
4-
version = 0.0.4
4+
version = 0.0.5
55
min_python = 3.8
66
license = apache2
77
black_formatting = False
@@ -36,4 +36,5 @@ allowed_cell_metadata_keys =
3636
jupyter_hooks = False
3737
clean_ids = True
3838
clear_all = False
39+
skip_procs =
3940

0 commit comments

Comments
 (0)