Skip to content

Commit

Permalink
docs: add platforms section
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jul 5, 2023
1 parent 3c5e050 commit 2bde960
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/docs/platforms/embed/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: "Embed"
position: 1
7 changes: 7 additions & 0 deletions docs/docs/platforms/embed/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
description: Jupyter UI Embed in WEB pages.
---

# 🪐 🚠 Jupyter UI Embed

Jupyter UI Embed
2 changes: 2 additions & 0 deletions docs/docs/platforms/native/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
label: "Native"
position: 2
7 changes: 7 additions & 0 deletions docs/docs/platforms/native/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
description: Jupyter UI Native for mobile platforms.
---

# 📱 Jupyter UI Native

Jupyter UI Native
6 changes: 6 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ module.exports = {
position: 'left',
label: 'IpyWidgets',
},
{
type: 'doc',
docId: '/category/platforms',
position: 'left',
label: 'Platforms',
},
{
type: 'doc',
docId: '/category/examples',
Expand Down
13 changes: 13 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ const sidebars = {
},
],
},
{
type: 'category',
label: 'Platforms',
link: {
type: 'generated-index',
},
items: [
{
type: 'autogenerated',
dirName: 'platforms',
},
],
},
{
type: 'category',
label: 'Examples',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"keywords": [
"jupyter",
"react",
"jupyterlab"
"jupyterlab",
"datalayer"
],
"engines": {
"node": ">= 18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![Become a Sponsor](https://img.shields.io/static/v1?label=Become%20a%20Sponsor&message=%E2%9D%A4&logo=GitHub&style=flat&color=1ABC9C)](https://github.com/sponsors/datalayer)

# 🪐 🚠 Jupyter Embed
# 🪐 🚠 Jupyter UI Embed
2 changes: 1 addition & 1 deletion packages/native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![Become a Sponsor](https://img.shields.io/static/v1?label=Become%20a%20Sponsor&message=%E2%9D%A4&logo=GitHub&style=flat&color=1ABC9C)](https://github.com/sponsors/datalayer)

# 📲 Jupyter UI Native
# 📱 Jupyter UI Native

0 comments on commit 2bde960

Please sign in to comment.