Skip to content

Commit

Permalink
docs: 将鸿蒙 SDK 放入多平台 SDK 中
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Dec 15, 2023
1 parent 37e1e35 commit b2c658e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 16 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ onCreate(want: Want, launchParam: AbilityConstant.LaunchParam): void {
```
> 其中 accountId/dataSourceId/urlScheme 为必填项,dataCollectionServerHost 为可选项,若不清楚请联系您的专属项目经理或技术支持
其他初始化配置项见[表格](/docs/harmonyos/Configuration),在 start 方法调用前通过`config.<配置项> = 对应值`进行配置
其他初始化配置项见[表格](/docs/framework/harmonyos/Configuration),在 start 方法调用前通过`config.<配置项> = 对应值`进行配置

### 查看集成效果

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module.exports = {
{to: '/docs/ios/', label: 'iOS'},
{to: '/docs/webjs/', label: 'Web JS'},
{to: '/docs/miniprogram/', label: '小程序'},
{to: '/docs/harmonyos/', label: '鸿蒙'},
{to: '/docs/framework/', label: '多平台'},
],
},
Expand Down
14 changes: 0 additions & 14 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,6 @@ module.exports = {
},
],
},
{
type: 'category',
label: 'HarmonyOS SDK',
link: {
type: 'doc',
id: 'index/harmonyos',
},
items: [
{
type: 'autogenerated',
dirName: 'harmonyos'
},
],
},
{
type: 'category',
label: '多平台 SDK',
Expand Down

0 comments on commit b2c658e

Please sign in to comment.