Skip to content

Commit

Permalink
doc: move design document into resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall committed Oct 29, 2023
1 parent f5216f5 commit 62d9802
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 7 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 3
title: Dart and JavaScript Intercommunication
title: Dart and JS Intercommunication
---

WebF offers a streamlined and optimized method for facilitating communication between Dart and JavaScript.
Expand Down
6 changes: 6 additions & 0 deletions website/docs/tutorials/resources/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 5,
"label": "Resources",
"collapsible": true,
"collapsed": false
}
File renamed without changes.
12 changes: 6 additions & 6 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const sidebars = {
dirName: 'tutorials', // Generate sidebar slice from docs/api
}
],
resources: [
{
type: 'autogenerated',
dirName: 'resources', // Generate sidebar slice from docs/api
}
],
// resources: [
// {
// type: 'autogenerated',
// dirName: 'resources', // Generate sidebar slice from docs/api
// }
// ],
apiSidebar: [
{
type: 'autogenerated',
Expand Down

0 comments on commit 62d9802

Please sign in to comment.