Skip to content

Commit

Permalink
Continue Updating Claro Docs to Use Auto-Validated Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonSteving99 committed Feb 27, 2024
1 parent bb67a3d commit d8ec1d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion mdbook_docs/src/SUMMARY.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
- [Reusing Module APIs](./metaprogramming/code_reuse/reusing_module_apis/reusing_module_apis.generated_docs.md)
- [Reusing Source Code](./metaprogramming/code_reuse/reusing_source_code/reusing_source_code.generated_docs.md)
- [Abstract Modules](./metaprogramming/code_reuse/abstract_modules/abstract_modules.generated_docs.md)
- [Configuring Dependencies with Build Flags](./metaprogramming/swapping_deps/swapping_deps.generated_docs.md)

---

Expand Down
7 changes: 0 additions & 7 deletions mdbook_docs/src/metaprogramming/swapping_deps/BUILD

This file was deleted.

2 changes: 1 addition & 1 deletion mdbook_docs/src/module_system/swapping_deps/modules_BULD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BUILD
load("//:rules.bzl", "claro_binary", "claro_module")
load("@claro-lang//:rules.bzl", "claro_binary", "claro_module")

claro_module(
name = "hello_world",
Expand Down

0 comments on commit d8ec1d3

Please sign in to comment.