Skip to content

Commit 3b379f1

Browse files
authored
Fix name of version in docs from 0.6.0 to 0.6.x (#778)
## Description This PR fixes naming convention in docs versions. ### Introduces a breaking change? - [ ] Yes - [x] No ### Type of change - [ ] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [x] Documentation update (improves or adds clarity to existing documentation) - [ ] Other (chores, tests, code style improvements etc.) ### Tested on - [ ] iOS - [ ] Android ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent c811e68 commit 3b379f1

48 files changed

Lines changed: 4 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/versioned_docs/version-0.6.0/01-fundamentals/01-getting-started.md renamed to docs/versioned_docs/version-0.6.x/01-fundamentals/01-getting-started.md

docs/versioned_docs/version-0.6.0/01-fundamentals/02-loading-models.md renamed to docs/versioned_docs/version-0.6.x/01-fundamentals/02-loading-models.md

docs/versioned_docs/version-0.6.0/01-fundamentals/03-frequently-asked-questions.md renamed to docs/versioned_docs/version-0.6.x/01-fundamentals/03-frequently-asked-questions.md

docs/versioned_docs/version-0.6.0/01-fundamentals/_category_.json renamed to docs/versioned_docs/version-0.6.x/01-fundamentals/_category_.json

File renamed without changes.

docs/versioned_docs/version-0.6.0/02-hooks/01-natural-language-processing/_category_.json renamed to docs/versioned_docs/version-0.6.x/02-hooks/01-natural-language-processing/_category_.json

File renamed without changes.

docs/versioned_docs/version-0.6.0/02-hooks/01-natural-language-processing/useLLM.md renamed to docs/versioned_docs/version-0.6.x/02-hooks/01-natural-language-processing/useLLM.md

docs/versioned_docs/version-0.6.0/02-hooks/01-natural-language-processing/useSpeechToText.md renamed to docs/versioned_docs/version-0.6.x/02-hooks/01-natural-language-processing/useSpeechToText.md

docs/versioned_docs/version-0.6.0/02-hooks/01-natural-language-processing/useTextEmbeddings.md renamed to docs/versioned_docs/version-0.6.x/02-hooks/01-natural-language-processing/useTextEmbeddings.md

docs/versioned_docs/version-0.6.0/02-hooks/01-natural-language-processing/useTokenizer.md renamed to docs/versioned_docs/version-0.6.x/02-hooks/01-natural-language-processing/useTokenizer.md

docs/versioned_docs/version-0.6.0/02-hooks/01-natural-language-processing/useVAD.md renamed to docs/versioned_docs/version-0.6.x/02-hooks/01-natural-language-processing/useVAD.md

0 commit comments

Comments
 (0)