pull/111/head
Elvis Saravia 1 year ago
parent 642eff889a
commit ec0addf8de

@ -5,7 +5,7 @@ const withNextra = require('nextra')({
module.exports = withNextra({
i18n: {
locales: ['en', 'zh', 'jp', 'pt'],
locales: ['en', 'zh', 'jp', 'pt', 'tr'],
defaultLocale: 'en'
}
})

@ -0,0 +1,28 @@
{
"index": "Prompt Engineering",
"introduction": "Introduction",
"techniques": "Techniques",
"applications": "Applications",
"models": "Models",
"risks": "Risks & Misuses",
"papers": "Papers",
"tools": "Tools",
"notebooks": "Notebooks",
"datasets": "Datasets",
"readings": "Additional Readings",
"about": {
"title": "About",
"type": "page"
},
"course":{
"title": "Prompt Engineering Course",
"type": "page"
},
"contact": {
"title": "Contact ↗",
"type": "page",
"href": "https://twitter.com/dair_ai",
"newWindow": true
}
}

@ -0,0 +1,3 @@
# ChatGPT Prompt Engineering
Needs translation! Feel free to contribute a translating by clicking the `Edit this page` button on the right side.

@ -20,6 +20,7 @@ const config: DocsThemeConfig = {
{ locale: 'zh', text: '中文' },
{ locale: 'jp', text: '日本語'},
{ locale: 'pt', text: 'Português' },
{ locale: 'tr', text: 'Türkçe' },
],
head: function UseHead() {
const { title } = useConfig()

Loading…
Cancel
Save