microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9ca05790f03cf788747c0b2a41c0e2908429990e

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/docusaurus/sidebars.js

8lines · modecode

1// @ts-check
2
3/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
4const sidebars = {
5 docsSidebar: [{type: 'autogenerated', dirName: '.'}],
6};
7
8export default sidebars;
9