-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocs.json
87 lines (87 loc) · 3.67 KB
/
docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "Pieces for Developers",
"theme": "#BFC5EA",
"twitter": "getpieces",
"favicon": "/assets/pieces_logo.png",
"logo": "/assets/wordmark.png",
"logoDark": "/assets/white_wordmark.png",
"googleTagManager": "GTM-K8C6QWB",
"anchors": [
{
"title": "Visit pieces.app",
"icon": "home",
"link": "https://pieces.app"
},
{
"title": "Product Updates",
"icon": "pencil",
"link": "https://code.pieces.app/updates"
},
{
"title": "Documentation",
"icon": "book",
"link": "https://docs.pieces.app"
},
{
"title": "Coding Blog",
"icon": "newspaper",
"link": "https://code.pieces.app/blog"
},
{
"title": "Discord",
"icon": "discord",
"link": "https://discord.gg/getpieces"
},
{
"title": "YouTube Channel",
"icon": "youtube",
"link": "https://youtube.com/@getpieces"
}
],
"sidebar": [
["Today", [
["Timeline", "/"]
]],
["2024", [
["Pieces at Civo Navigate", "/2024/pieces-at-civo-navigate-in-austin-texas"]
]],
["2023", [
["Pieces Achieves Soc2 Compliance", "/2023/pieces-achieves-soc-2-compliance"],
["Introducing Rosie Levy", "/2023/introducing-rosie-levy-to-pieces"],
["Google: Building with AI", "/2023/building-with-ai-with-pieces-for-developers"],
["GitHub Universe 2023", "/2023/github-universe"],
["AI in Business Podcast", "/2023/ai-in-business-podcast"],
["Software Engineering Daily", "/2023/software-engineering-daily-developer-productivity"],
["Startup Cincy Week", "/2023/startup-cincy-2023"],
["The Hanselminutes Podcast", "/2023/hanselminutes-podcast"],
["Copilot & Local Processing", "/2023/copilot-and-local-processing"],
["Google Cloud Next", "/2023/google-cloud-next"],
["Product Hunt Launch", "/2023/product-hunt-launch"],
["JupyterLab Extension Release", "/2023/jupyterlab-extension-available"],
["Obsidian Plugin Release", "/2023/obsidian-plugin-available"],
["Highlights from Build", "/2023/highlights-from-build"],
["Highlights from InfoShare", "/2023/highlights-from-infoshare"],
["Microsoft Build 2023", "/#Microsoft%20Build%202023"],
["Microsoft Teams App", "/#Pieces%20for%20Developers%20Microsoft%20Teams%20App%20Available%20on%20Teams%20Store!"],
["TLDR Newsletter", "/2023/tldr-newsletter"],
["GitHub Showcase on Youtube", "/2023/github-showcase-on-youtube"],
["Google Founders Forum", "/2023/google-founders-forum"],
["Microsoft Partner Startup", "/2023/microsoft-partner-startup"],
["ONNX Runtime Microsoft Blog", "/2023/onnx-runtime-microsoft-blog"]
]],
["2022", [
["GitHub Partner Startup", "/2022/github-partner-startup"],
["Github Universe", "/2022/github-universe"],
["Startup Cincy Week", "/2022/startup-cincy-week"],
["Best Tech Startup In Cincinnati", "/2022/best-tech-startup-in-cincy"],
["Pieces VSCode Extension Trending", "/2022/pieces-vscode-trending"]
]],
["2021", [
["Chromium Browser Extension", "/#Pieces%20Helps%20Developers%20Save%20&%20Organize%20Code%20Snippets%20Directly%20from%20the%20Browser%20with%20Chromium%20Browser%20Extension"],
["Series Seed Raise", "/2021/series-seed-raise"],
["Jetbrains Plugin Released", "/#Pieces%20for%20JetBrains%20released"],
["VSCode Extension Released", "/#Pieces%20for%20VS%20Code:%20Productivity%20Enhancements%20Directly%20in%20your%20IDE"],
["5 Under 25", "/2021/5-under-25"]
]]
]
}