Remove asciidoc readme (#1092)

This commit is contained in:
Casey Rodarmor 2022-02-06 16:22:14 -08:00 committed by GitHub
parent c3ba16ad74
commit 77362f8d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2096 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ fn readme() {
let mut justfiles = vec![];
let mut current = None;
for line in fs::read_to_string("README.adoc").unwrap().lines() {
for line in fs::read_to_string("README.md").unwrap().lines() {
if let Some(mut justfile) = current {
if line == "```" {
justfiles.push(justfile);