X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2fd1ec133cb913509b4a2819b7db44cd47f2c5c5..f42ee7c19b794e25db30051b1dfc4bee83929bcd:/doc/Gemfile diff --git a/doc/Gemfile b/doc/Gemfile index a9cccb48f8..061fa7585a 100644 --- a/doc/Gemfile +++ b/doc/Gemfile @@ -1,4 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: CC-BY-SA-3.0 + source 'https://rubygems.org' -gem 'jekyll' +gem 'zenweb' +gem 'liquid', '~>4.0.0' gem 'RedCloth' +gem 'colorize'