Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Toggle button for A/B testing (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Mar 27, 2023
1 parent 76a3243 commit 89a1acf
Show file tree
Hide file tree
Showing 49 changed files with 17,920 additions and 84 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ def data():


shutil.copytree('static', 'build/static')
shutil.copytree('oldsite', 'build/oldsite')
sass.compile(dirname=('sass', 'build/static/css'))
1 change: 1 addition & 0 deletions data/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ buttons:
learn_more: Learn more
archive: Visit the archive
feedback: <i class="fas fa-comments"></i> Got thoughts or feedback on the new documentation landing pages? We want to hear from you! <br /> Join us in the <a href="https://matrix.to/#/#docs:ansible.com" target="_blank">docs channel on Matrix</a> or open a <a href="https://github.com/ansible/docsite/issues" target="_blank">GitHub issue</a> in the docsite repository.
take_me_back: Restore the old layout.
# Translations
translations:
core_ja:
Expand Down
385 changes: 385 additions & 0 deletions oldsite/404.html

Large diffs are not rendered by default.

Loading

0 comments on commit 89a1acf

Please sign in to comment.