mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
20 lines
394 B
JSON
20 lines
394 B
JSON
|
{
|
||
|
"index": "Introduction",
|
||
|
"another": "Another Page",
|
||
|
"advanced": "Advanced (A Folder)",
|
||
|
"papers": "Papers",
|
||
|
"tools": "Tools",
|
||
|
"datasets": "Datasets",
|
||
|
"readings": "Additional Readings",
|
||
|
"about": {
|
||
|
"title": "About",
|
||
|
"type": "page"
|
||
|
},
|
||
|
"contact": {
|
||
|
"title": "Contact ↗",
|
||
|
"type": "page",
|
||
|
"href": "https://twitter.com/shuding_",
|
||
|
"newWindow": true
|
||
|
}
|
||
|
}
|