@@ -4,12 +4,12 @@ import {defineConfig} from 'vitepress'
44export default defineConfig ( {
55 title : "Transformers PHP" ,
66 description : "State-of-the-art Machine Learning for PHP. Run Transformers in PHP" ,
7- base : "/transformers-docs /" ,
7+ base : "/transformers-php /" ,
88 themeConfig : {
99 // https://vitepress.dev/reference/default-theme-config
1010 nav : [
1111 { text : 'Home' , link : '/' } ,
12- { text : 'Docs' , link : '/docs/ ' } ,
12+ { text : 'Docs' , link : '/introduction ' } ,
1313 {
1414 text : '0.1.x' ,
1515 items : [
@@ -30,42 +30,42 @@ export default defineConfig({
3030 text : 'Getting Started' ,
3131 collapsed : false ,
3232 items : [
33- { text : 'Introduction' , link : '/docs/ ' } ,
34- { text : 'Getting Started' , link : '/docs/ getting-started' } ,
35- { text : 'Basic Usage' , link : '/docs/ basic-usage' } ,
36- { text : 'Configuration' , link : '/docs/ configuration' } ,
33+ { text : 'Introduction' , link : '/introduction ' } ,
34+ { text : 'Getting Started' , link : '/getting-started' } ,
35+ { text : 'Basic Usage' , link : '/basic-usage' } ,
36+ { text : 'Configuration' , link : '/configuration' } ,
3737 ]
3838 } ,
3939 {
4040 text : 'Pipelines' ,
4141 collapsed : false ,
42- link : '/docs/ pipelines' ,
42+ link : '/pipelines' ,
4343 items : [
44- { text : 'Text Classification' , link : '/docs/ text-classification' } ,
45- { text : 'Fill Mask' , link : '/docs/ fill-mask' } ,
46- { text : 'Zero Shot Classification' , link : '/docs/ zero-shot-classification' } ,
47- { text : 'Question Answering' , link : '/docs/ question-answering' } ,
48- { text : 'Token Classification' , link : '/docs/ token-classification' } ,
49- { text : 'Feature Extraction' , link : '/docs/ feature-extraction' } ,
50- { text : 'Text to Text Generation' , link : '/docs/ text-to-text-generation' } ,
51- { text : 'Translation' , link : '/docs/ translation' } ,
52- { text : 'Summarization' , link : '/docs/ summarization' } ,
53- { text : 'Text Generation' , link : '/docs/ text-generation' } ,
44+ { text : 'Text Classification' , link : '/text-classification' } ,
45+ { text : 'Fill Mask' , link : '/fill-mask' } ,
46+ { text : 'Zero Shot Classification' , link : '/zero-shot-classification' } ,
47+ { text : 'Question Answering' , link : '/question-answering' } ,
48+ { text : 'Token Classification' , link : '/token-classification' } ,
49+ { text : 'Feature Extraction' , link : '/feature-extraction' } ,
50+ { text : 'Text to Text Generation' , link : '/text-to-text-generation' } ,
51+ { text : 'Translation' , link : '/translation' } ,
52+ { text : 'Summarization' , link : '/summarization' } ,
53+ { text : 'Text Generation' , link : '/text-generation' } ,
5454 ]
5555 } ,
5656 {
5757 text : 'Advanced Usage' ,
5858 collapsed : false ,
5959 items : [
60- { text : 'Auto Models' , link : '/docs/ auto-models' } ,
61- { text : 'Auto Tokenizers' , link : '/docs/ auto-tokenizers' } ,
60+ { text : 'Auto Models' , link : '/auto-models' } ,
61+ { text : 'Auto Tokenizers' , link : '/auto-tokenizers' } ,
6262 ]
6363 } ,
6464 {
6565 text : 'Utilities' ,
6666 collapsed : false ,
6767 items : [
68- { text : 'Generation' , link : '/docs/ generation' } ,
68+ { text : 'Generation' , link : '/generation' } ,
6969 ]
7070 }
7171 ] ,
0 commit comments