Skip to content

Commit 8a70463

Browse files
authored
Update index.md
1 parent b228d7c commit 8a70463

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/introduction/index.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,25 @@ directory.
2222
- `protoc` has native binary dependencies, but `pb` command is written in pure
2323
TypeScript, so it can be used comfortably in Node.js projects, etc., and can
2424
even easily be run in a web browser.
25-
- [How to install and how to use](/docs/getting-started/installation)
25+
- [How to install and how to use](./cli/pb/README.md)
2626
- `pollapo` - A package manager for the protobuf schema.
2727
- A GitHub repository of `.proto` files is treated as a single pollapo
2828
package.
29-
- [How to install and how to use](/docs/getting-started/installation)
29+
- [How to install and how to use](./cli/pollapo/docs/en/getting-started.md)
3030

31-
### GUI
31+
### Browser Extension
3232

33-
- pbkit-devtools (Chrome Extension)
34-
- <img width=200 src="https://user-images.githubusercontent.com/690661/152089698-e519047e-c073-473b-a96a-fca295cd7263.jpg" />
35-
- [Github: pbkit/pbkit-devtools](https://github.com/pbkit/pbkit-devtools)
36-
- [Chrome web store: pbkit-devtools](https://chrome.google.com/webstore/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca)
33+
- pbkit-devtools
34+
- <img width=300 src="https://user-images.githubusercontent.com/690661/161203806-a6d8a864-8693-4744-8f4a-51407f4aa6e7.png" />
35+
- [repo](https://github.com/pbkit/pbkit-devtools)
36+
- [chrome web store](https://chrome.google.com/webstore/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca)
37+
38+
### Editor Extension
39+
40+
- vscode-pbkit
41+
- Syntax highlight, Go to definition for VSCode.
42+
- [repo](https://github.com/pbkit/vscode-pbkit)
43+
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit)
3744

3845
### Library
3946

0 commit comments

Comments
 (0)