# Copyright 2009-present MongoDB, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

set_dist_list (docs_themes_mongodb_DIST
   CMakeLists.txt
   LICENSE.md
   layouts/_default/list.html
   layouts/_default/single.html
   layouts/index.html
   layouts/legacy-v1/list.html
   layouts/legacy-v1/single.html
   layouts/partials/assets/analytics.html
   layouts/partials/assets/css.html
   layouts/partials/assets/javascripts.html
   layouts/partials/footer.html
   layouts/partials/header.html
   layouts/partials/header/contentHeader.html
   layouts/partials/header/main.html
   layouts/partials/header/search.html
   layouts/partials/header/topRight.html
   layouts/partials/menu.html
   layouts/partials/menu/currentItem.html
   layouts/partials/menu/footer.html
   layouts/partials/menu/item.html
   layouts/partials/menu/options.html
   layouts/partials/meta.html
   layouts/partials/rightColumn.html
   layouts/partials/welcome.html
   layouts/shortcodes/docsref.html
   layouts/shortcodes/note.html
   layouts/shortcodes/srcref.html
   static/.nojekyll
   static/css/basic.css
   static/css/bootstrap-custom.css
   static/css/mongodb-docs.css
   static/css/overrides.css
   static/css/reset.css
   static/favicon.ico
   static/img/24px-baseline-overlay.png
   static/img/code-block-bg.png
   static/img/code-block-bg@2x.png
   static/img/favicon.png
   static/img/logo-mongodb-header.png
   static/js/doctools.js
   static/js/jquery.js
   static/js/navbar.js
   static/js/scripts.js
   static/js/searchtools.js
   static/js/underscore.js
   static/lib/bootstrap.css
   static/lib/bootstrap.js
   static/lib/bootstrap.min.css
   static/lib/bootstrap.min.js
   static/lib/font-awesome/css/font-awesome.css
   static/lib/font-awesome/css/font-awesome.min.css
   static/lib/font-awesome/fonts/FontAwesome.otf
   static/lib/font-awesome/fonts/fontawesome-webfont.eot
   static/lib/font-awesome/fonts/fontawesome-webfont.svg
   static/lib/font-awesome/fonts/fontawesome-webfont.ttf
   static/lib/font-awesome/fonts/fontawesome-webfont.woff
   static/lib/highlight/CHANGES.md
   static/lib/highlight/LICENSE
   static/lib/highlight/README.md
   static/lib/highlight/highlight.pack.js
   static/lib/highlight/styles/idea.css
   theme.toml
)
