diff --git a/docs/_spec/Gemfile b/docs/_spec/Gemfile index f1a2755e0050..36cf1ce0d5e1 100644 --- a/docs/_spec/Gemfile +++ b/docs/_spec/Gemfile @@ -2,7 +2,6 @@ source "https://rubygems.org" ruby "3.3" gem "jekyll", "4.3.3" -gem "rouge" gem "rexml" gem "sass-embedded" gem "csv" diff --git a/docs/_spec/_config.yml b/docs/_spec/_config.yml index c66a87fe0df4..54efe662a69c 100644 --- a/docs/_spec/_config.yml +++ b/docs/_spec/_config.yml @@ -4,8 +4,9 @@ thisScalaVersion: 2.13 versionCompareMessage: "an upcoming" safe: true lsi: false -highlighter: false markdown: kramdown encoding: utf-8 +highlighter: none kramdown: - input: GFM \ No newline at end of file + syntax_highlighter_opts: + disable : true diff --git a/docs/_spec/_layouts/default.yml b/docs/_spec/_layouts/default.yml index 2589a105dff2..c69aa5e9b9c4 100644 --- a/docs/_spec/_layouts/default.yml +++ b/docs/_spec/_layouts/default.yml @@ -6,12 +6,17 @@ - - - - - + + + + + + + + + +