mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Added tool to build example html Added book.json to bring in a couple plugins Added building_the_book.md to help with how to build things Updated gitignore with vscode and node modules Checking in initial version of code examples Copy/pasted a couple pages to get started on dev book Updated html template for dev book to support graph vis/copy icon/styles
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
[{
|
|
"LanguageName": "java",
|
|
"FormalName": "Java",
|
|
"RepoURL": "https://github.com/nats-io/java-nats-examples.git",
|
|
"Extensions": [".java", ".txt"],
|
|
"SyntaxClass": "language-java"
|
|
},
|
|
{
|
|
"LanguageName": "go",
|
|
"FormalName": "Go",
|
|
"RepoURL": "https://github.com/nats-io/go-nats-examples.git",
|
|
"Extensions": [".go", ".txt"],
|
|
"SyntaxClass": "language-go"
|
|
},
|
|
{
|
|
"LanguageName": "ts",
|
|
"FormalName": "TypeScript",
|
|
"RepoURL": "https://github.com/nats-io/ts-nats-examples.git",
|
|
"Extensions": [".ts", ".txt"],
|
|
"SyntaxClass": "language-javascript"
|
|
},
|
|
{
|
|
"LanguageName": "js",
|
|
"FormalName": "JavaScript",
|
|
"RepoURL": "https://github.com/nats-io/node-nats-examples.git",
|
|
"Extensions": [".js", ".txt"],
|
|
"SyntaxClass": "language-javascript"
|
|
},
|
|
{
|
|
"LanguageName": "py",
|
|
"FormalName": "Python",
|
|
"RepoURL": "https://github.com/nats-io/asyncio-nats-examples.git",
|
|
"Extensions": [".py", ".txt"],
|
|
"SyntaxClass": "language-python"
|
|
},
|
|
{
|
|
"LanguageName": "ruby",
|
|
"FormalName": "Ruby",
|
|
"RepoURL": "https://github.com/nats-io/ruby-nats-examples.git",
|
|
"Extensions": [".rb", ".txt"],
|
|
"SyntaxClass": "language-ruby"
|
|
}] |