kingsword09 commented on code in PR #6548:
URL: https://github.com/apache/opendal/pull/6548#discussion_r2313137416


##########
website/docusaurus.config.js:
##########
@@ -170,11 +170,9 @@ const config = {
               "generate:prepare": (ctx) => {
                 try {
                   // cargo rustdoc all features
-                  const config =
-                    crates_llms_txt.getLlmsConfigByRustdocAllFeatures(
-                      "stable",
-                      path.resolve(process.cwd(), "../core/Cargo.toml")
-                    );
+                  const config = crates_llms_txt.fromLocal(

Review Comment:
   Currently using fromLocal for compilation and generation, can also use 
`fromOnline` to obtain it online.



##########
website/docusaurus.config.js:
##########
@@ -170,11 +170,9 @@ const config = {
               "generate:prepare": (ctx) => {
                 try {
                   // cargo rustdoc all features
-                  const config =
-                    crates_llms_txt.getLlmsConfigByRustdocAllFeatures(
-                      "stable",
-                      path.resolve(process.cwd(), "../core/Cargo.toml")
-                    );
+                  const config = crates_llms_txt.fromLocal(

Review Comment:
   Currently using `fromLocal` for compilation and generation, can also use 
`fromOnline` to obtain it online.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to