Skip to content

Commit

Permalink
Merge pull request #3275 from eseiler/doc/vercel
Browse files Browse the repository at this point in the history
[DOC] Remove vercel
  • Loading branch information
eseiler authored Jul 19, 2024
2 parents ac6de55 + 6c8d421 commit 159e1e6
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Run lint
uses: seqan/actions/lint@main
with:
clang_format: 15
clang_format: 18
token: ${{ secrets.SEQAN_ACTIONS_PAT }}
gpg_key: ${{ secrets.SEQAN_ACTIONS_GPG_KEY }}
gpg_passphrase: ${{ secrets.SEQAN_ACTIONS_GPG_PASSPHRASE }}
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,3 @@ g++-11 -O3 -DNDEBUG -Wall -Wextra \
-lz -lbz2 -pthread \
your_file.cpp
```

## Sponsorships

[![Vercel](https://raw.githubusercontent.com/seqan/seqan3/main/test/documentation/.vercel/powered-by-vercel.svg)](https://vercel.com/?utm_source=seqan&utm_campaign=oss)

Vercel is kind enough to sponsor our documentation preview-builds within our pull requests. Check them out!
15 changes: 0 additions & 15 deletions test/documentation/.vercel/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions test/documentation/.vercel/build.sh

This file was deleted.

22 changes: 0 additions & 22 deletions test/documentation/.vercel/index.html

This file was deleted.

36 changes: 0 additions & 36 deletions test/documentation/.vercel/install.sh

This file was deleted.

9 changes: 0 additions & 9 deletions test/documentation/.vercel/powered-by-vercel.svg

This file was deleted.

44 changes: 0 additions & 44 deletions test/documentation/.vercel/vercel.css

This file was deleted.

10 changes: 0 additions & 10 deletions test/documentation/seqan3-doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ set (SEQAN3_LAYOUT_IN ${CMAKE_CURRENT_BINARY_DIR}/DoxygenLayout.xml.in)

option (SEQAN3_USER_DOC "Create build target and test for user documentation." ON)
option (SEQAN3_DEV_DOC "Create build target and test for developer documentation." ON)
option (SEQAN3_VERCEL_PREVIEW_DOC "Is this a preview build by vercel.com?" OFF)

if (SEQAN3_VERCEL_PREVIEW_DOC)
set (SEQAN3_DOXYGEN_DOT_NUM_THREADS "2")
set (SEQAN3_DOXYFILE_OPTION_POWERED_BY_VERCEL
"HTML_EXTRA_FILES += ${SEQAN3_DOXYGEN_SOURCE_DIR}/test/documentation/.vercel/powered-by-vercel.svg")
set (SEQAN3_FOOTER_HTML_OPTION_POWERED_BY_VERCEL
"<li class='footer'><a href='https://vercel.com/?utm_source=seqan&utm_campaign=oss'><img class='footer' src='$relpath^powered-by-vercel.svg' height='31' alt='Powered by Vercel' style='width:unset;'/></a></li>"
)
endif ()

### Download and extract cppreference-doxygen-web.tag.xml for std:: documentation links
# SEQAN3_DOXYGEN_STD_TAGFILE can be used to point to an existing tag file (cppreference-doxygen-web.tag.xml).
Expand Down
4 changes: 0 additions & 4 deletions test/documentation/seqan3_doxygen_cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,3 @@ GENERATE_LEGEND = YES
DOT_CLEANUP = YES
MSCGEN_TOOL =
MSCFILE_DIRS =
#---------------------------------------------------------------------------
# Configuration options related to the deployment by Vercel
#---------------------------------------------------------------------------
${SEQAN3_DOXYFILE_OPTION_POWERED_BY_VERCEL}
1 change: 0 additions & 1 deletion test/documentation/seqan3_footer.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<li id="list_bottom_right" class="footer" style="float:left; font-size: 12pt; color: var(--page-foreground-color); font-weight: normal;">Version: <li>
<script type="text/javascript" charset="utf-8" src="version.js"></script>
$navpath
${SEQAN3_FOOTER_HTML_OPTION_POWERED_BY_VERCEL}
<li class="footer">$generatedby <a href="https://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
</ul>
</div>
Expand Down

0 comments on commit 159e1e6

Please sign in to comment.