mirror of
https://github.com/tauri-apps/rustdocusaurus.git
synced 2026-02-04 02:31:18 +01:00
chore(docs)
This commit is contained in:
@@ -20,12 +20,13 @@ const targetPath =
|
||||
|
||||
/*
|
||||
Where lives your sidebars config file
|
||||
Doesn't have to be JSON but it's easier to change programatically,
|
||||
Doesn't have to be JSON but it's easier to change programmatically,
|
||||
you may create your own saving method
|
||||
*/
|
||||
const sidebarPath =
|
||||
"/path/to/docusaurus/website/sidebars.json";
|
||||
|
||||
// rustdoc uses relative links for crate types relations
|
||||
const linksRoot = "/docs/api/rust/";
|
||||
|
||||
(async () => {
|
||||
|
||||
Reference in New Issue
Block a user