diff --git a/Cargo.toml b/Cargo.toml index d000e2e..26c357f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ publish = false # cargo # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -mesa = "0.37.7" -# mesa = { path = "../mesa" } # Only for development purposes +# mesa = "0.37.7" +mesa = { path = "../mesa" } # Only for development purposes strum = "0.25.0" strum_macros = "0.25" chrono = "0.4.31" diff --git a/docs/qa.md b/docs/faq.md similarity index 100% rename from docs/qa.md rename to docs/faq.md diff --git a/mkdocs.yml b/mkdocs.yml index 2d19925..6c7f64d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,7 @@ nav: - Cluster mgmt with SAT file: cluster_mgmt_with_sat_file.md - Cluster migration: cluster_migration.md - Security: security.md - - FAQ: qa.md + - FAQ: faq.md extra_css: - stylesheets/extra.css