Skip to content

Commit

Permalink
Automated rollback of commit 0ff9f3a.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Still broken: https://docs.bazel.build/versions/3.2.0/index.html

*** Original change description ***

Migrate docs.bazel.build to use GitHub Flavored Markdown instead of Kramdown, attempt #2

Rollforward after redirect pages have been fixed by bazelbuild@565f774. Fixes bazelbuild#11451

RELNOTES:
PiperOrigin-RevId: 314304669
  • Loading branch information
jin authored and copybara-github committed Jun 2, 2020
1 parent 7a919a3 commit 5606516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions scripts/docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ gem 'pygments.rb', '~> 0.6.0'
gem 'redcarpet', '~> 3.2', '>= 3.2.3'
gem 'jekyll-toc', '~> 0.13.1'
gem 'jekyll-sitemap', '~> 1.4.0'

group :jekyll_plugins do
gem 'jekyll-commonmark-ghpages', '~> 0.1.6'
end
7 changes: 1 addition & 6 deletions site/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
destination: production
markdown: CommonMarkGhPages
markdown: kramdown
kramdown:
syntax_highlighter: rouge
toc_levels: "2,3"
Expand All @@ -12,7 +12,6 @@ gems:
- jekyll-paginate
- jekyll-toc
- jekyll-sitemap
- jekyll-commonmark-ghpages

url: "https://docs.bazel.build" # used by jekyll-sitemap

Expand Down Expand Up @@ -67,7 +66,3 @@ toc:
max_level: 3
list_class: page-toc
sublist_class: page-toc-sublist

commonmark:
options: ["SMART", "FOOTNOTES"]
extensions: ["strikethrough", "autolink", "table", "tagfilter"]

0 comments on commit 5606516

Please sign in to comment.