Conversation
✅ Deploy Preview for weakish ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: weakish <114114+weakish@users.noreply.github.com>
Co-authored-by: weakish <114114+weakish@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR adds an
llms.txtfile to provide guidance for Large Language Models about the website's content and structure, following the specification at https://llmstxt.org/.Changes Made
1. Created
llms.txtfileAdded a comprehensive
llms.txtfile in the root directory that includes:2. Updated Build Configuration
Modified
_config.tsto include the new file in the build output:This follows the same pattern as the existing
humans.txtfile, ensuring thellms.txtfile will be accessible at/llms.txtwhen the site is deployed.3. Code Formatting
Applied proper code formatting using
deno fmtto maintain consistency with project standards.Implementation Notes
The
llms.txtfile provides essential context about:/dive-into/,/java/,/python/, etc.)This will help LLMs better understand the context and appropriate usage of the website's content.
Fixes #37.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
canonical-bos01.cdn.snapcraftcontent.comcdn.jsdelivr.netdeno check _config.ts(dns block)dl.deno.landcurl -s REDACTED(dns block)deno run --allow-all --unsafely-ignore-certificate-errors REDACTED(dns block)esm.shdeno check _config.ts(dns block)esm.ubuntu.com/usr/lib/apt/methods/https(dns block)example.comcurl -s REDACTED(dns block)https://api.github.com/repos/llmstxt/speccurl -s REDACTED(http block)jsr.iodeno run --allow-all --unsafely-ignore-certificate-errors REDACTED(dns block)deno check _config.ts(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.