We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a807e commit 669daa0Copy full SHA for 669daa0
1 file changed
sidebars.js
@@ -1,6 +1,14 @@
1
module.exports = {
2
sidebar: [
3
'intro',
4
+ {
5
+ type: 'category',
6
+ label: '⭐02Engine',
7
+ collapsed: false,
8
+ items: [
9
+ 'website/direct-javascript-coding',
10
+ ]
11
+ },
12
'website/unshared-projects',
13
'website/cloud-variables',
14
{
@@ -30,7 +38,6 @@ module.exports = {
30
38
'website/translate',
31
39
'website/url-parameters',
32
40
'website/scratch-accounts',
33
- 'website/direct-javascript-coding',
34
41
'website/donate',
35
42
],
36
43
development: [
0 commit comments