mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 21:46:28 +00:00
chore: update gitattributes of linguist for all detecting all languages from hidden dirs as well as prosed markdown files]
This commit is contained in:
parent
b46c91400f
commit
3366ec65c9
18
.gitattributes
vendored
Normal file
18
.gitattributes
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
# Markdown
|
||||
*.md linguist-detectable=true
|
||||
*.md linguist-documentation=false
|
||||
|
||||
# JSON
|
||||
*.json linguist-detectable=true
|
||||
|
||||
# YAML
|
||||
*.yml linguist-detectable=true
|
||||
|
||||
# vue
|
||||
*.vue linguist-detectable=true
|
||||
|
||||
# typescript
|
||||
*.typescript linguist-detectable=true
|
||||
|
||||
# scss
|
||||
*.scss linguist-detectable=true
|
||||
@ -25,16 +25,19 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
|
||||
{ text: 'Hands-on 2: AWS でディープラーニングを実践', link: '/development/aws/handson-ec2.md' },
|
||||
{ text: 'Docker 入門', link: '/development/aws/docker-system' },
|
||||
{ text: 'Hands-on 3: AWS で自動質問回答ボットを走らせる', link: '/development/aws/handson-qabot' },
|
||||
{ text: 'Hands-on 4: AWS Batch を使って機械学習のハイパーパラメータサーチを並列化する', link: '/development/aws/aws-batch' },
|
||||
{
|
||||
text: 'Hands-on 4: AWS Batch を使って機械学習のハイパーパラメータサーチを並列化する',
|
||||
link: '/development/aws/aws-batch',
|
||||
},
|
||||
{ text: 'Web サービスの作り方', link: '/development/aws/webserver' },
|
||||
{ text: 'Serverless architecture', link: '/development/aws/serverless' },
|
||||
{ text: 'Hands-on 5: サーバーレス入門', link: '/development/aws/handson-serverless' },
|
||||
{ text: 'Hands-on 6: Bashoutter', link: '/development/aws/handson-bashoutter' },
|
||||
{ text: 'まとめ', link: '/development/aws/closing' },
|
||||
{ text: 'ppendix: 環境構築', link: '/development/aws/appendix' },
|
||||
{ text: '謝辞', link: '/development/aws/acknowledgement' }
|
||||
]
|
||||
}
|
||||
{ text: '謝辞', link: '/development/aws/acknowledgement' },
|
||||
],
|
||||
},
|
||||
],
|
||||
// sidebar configs for academic related documents
|
||||
// chemistry
|
||||
|
||||
Loading…
Reference in New Issue
Block a user