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 21, 2024
1 parent 071bfca commit 9e4d462
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
load("//:rules.bzl", "claro_module", "claro_binary")
load("//mdbook_docs:docs_with_validated_examples.bzl", "doc_with_validated_examples")

doc_with_validated_examples(
name = "abstract_modules",
doc_template = "abstract_modules.tmpl.md",
examples = [],
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Abstract Modules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
load("//:rules.bzl", "claro_module", "claro_binary")
load("//mdbook_docs:docs_with_validated_examples.bzl", "doc_with_validated_examples")

doc_with_validated_examples(
name = "reusing_source_code",
doc_template = "reusing_source_code.tmpl.md",
examples = [],
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Reusing Source Code

## `claro_module(...)` and `claro_binary(...)` Accept Multiple Srcs

0 comments on commit 9e4d462

Please sign in to comment.