Conversation
Introduce a modular llms.txt generation system for accessibility guidelines. Adds scripts for content parsing, Astro/MDX component extraction, code block handling, URL utilities, and configurable logging. Updates package scripts with a generate-llms command, adjusts naming for publish, and documents usage and structure. This improves maintainability and scalability for automated content export.
…ions Add two new guideline documents: - llms-full.txt: comprehensive LIFULL Accessibility Guidelines with detailed explanations and examples. - llms.txt: summary version listing all guideline topics as a navigation index. These resources provide designers and developers with both practical references and in-depth accessibility principles for LIFULL products.
Added steps to generate llms.txt files and copy them to the dist directory in the deploy workflow. Updated the S3 sync command to include .txt files in addition to .html files, ensuring that the generated text files are uploaded during deployment.
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.
概要
lms.txtファイルを自動生成する機能を追加しました。
AI Agentにアクセシビリティガイドラインを効率的に提供できるようになります。
llms.txtとは
追加された機能
llms.txtファイルの生成
生成スクリプト
モジュラー設計
デプロイ対応
解析対象
src/content/guidelines/: デザイン・実装ガイドライン.mdxsrc/pages/: はじめに・利用方法等の説明ページ.mdx,.astro使用方法