diff --git a/Gemfile.lock b/Gemfile.lock index c130bca..40af949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -251,6 +251,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) + webrick (1.7.0) zeitwerk (2.6.0) PLATFORMS @@ -258,6 +259,10 @@ PLATFORMS DEPENDENCIES github-pages + webrick (~> 1.7) + +RUBY VERSION + ruby 2.6.8p205 BUNDLED WITH 1.17.2 diff --git a/_config.yml b/_config.yml index ca1cd78..3118c21 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ baseurl: /ion-schema markdown: kramdown kramdown: input: GFM - toc_levels: "2,3" + toc_levels: "1,2" highlighter: rouge defaults: - diff --git a/_includes/grammar-2-0.txt b/_includes/grammar-2-0.txt new file mode 100644 index 0000000..ae707f7 --- /dev/null +++ b/_includes/grammar-2-0.txt @@ -0,0 +1,179 @@ + ::= $ion_schema_2_0 + + ::= ... + |
...