Assign titles for each website document #1476
Merged
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 pull request includes several changes to the documentation files to add titles to the markdown files and update some descriptions.
Added titles to documentation files:
website/pages/docs/index.mdx
: Added title "Guide Documents > Introduction".website/pages/docs/json/parse.mdx
: Added title "Guide Documents > JSON < parse() functions".website/pages/docs/json/schema.mdx
: Added title "Guide Documents > JSON > Schema".website/pages/docs/json/stringify.mdx
: Added title "Guide Documents > JSON > stringify() function".website/pages/docs/llm/application.mdx
: Added title "Guide Documents > Large Language Model > application() function".website/pages/docs/llm/chat.mdx
: Added title "Guide Documents > Large Language Model > A.I. Chatbot".website/pages/docs/llm/parameters.mdx
: Added title "Guide Documents > Large Language Model > parameters() function".website/pages/docs/llm/schema.mdx
: Added title "Guide Documents > Large Language Model > schema() function".website/pages/docs/llm/strategy.mdx
: Added title "Guide Documents > Large Language Model > Documentation Strategy".website/pages/docs/misc.mdx
: Added title "Guide Documents > Miscellaneous".website/pages/docs/protobuf/decode.mdx
: Added title "Guide Documents > Protobuf > decode() functions".website/pages/docs/protobuf/encode.mdx
: Added title "Guide Documents > Protobuf > encode() functions".website/pages/docs/protobuf/message.mdx
: Added title "Guide Documents > Protobuf > Schema".website/pages/docs/pure.mdx
: Added title "Guide Documents > Pure TypeScript Type".website/pages/docs/random.mdx
: Added title "Guide Documents > random() function".website/pages/docs/setup.mdx
: Added title "Guide Documents > Setup".website/pages/docs/utilization/hono.mdx
: Added title "Guide Documents > Utilization Cases > Hono".website/pages/docs/utilization/nestjs.mdx
: Added title "Guide Documents > Utilization Cases > NestJS".website/pages/docs/utilization/prisma.mdx
: Added title "Guide Documents > Utilization Cases > Prisma".Updated descriptions:
website/pages/docs/llm/_meta.js
: Changed description for "chat" from "A.I. Chatbot Develop" to "A.I. Chatbot".