Skip to content

Commit

Permalink
Add docs for streaming plugin protocol overhaul (#1264)
Browse files Browse the repository at this point in the history
* Add docs for streaming plugin protocol overhaul

See nushell/nushell#11911

Fixes the python examples, and goes more in-depth on the protocol with a protocol reference section.

* fix typo
  • Loading branch information
devyn committed Feb 27, 2024
1 parent 3a78e21 commit da7a159
Show file tree
Hide file tree
Showing 4 changed files with 921 additions and 77 deletions.
1 change: 1 addition & 0 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export default defineUserConfig({
'sh',
'toml',
'json',
'javascript',
'python',
'cpp',
'powershell',
Expand Down
1 change: 1 addition & 0 deletions .vuepress/configs/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const sidebarEn: SidebarConfig = {
'philosophy_0_80',
'commands',
'plugins',
'plugin_protocol_reference',
],
},
],
Expand Down
Loading

0 comments on commit da7a159

Please sign in to comment.