Commit Graph

51 Commits

Author SHA1 Message Date
Hugo Locurcio
62f68aa7d4 Tweak favicon to distinguish it from other Godot-related websites 2021-09-02 19:17:21 +02:00
Hugo Locurcio
1f463cb904 GitHub Actions: Update Hugo to 0.87.0 (#13) 2021-08-20 16:47:40 +02:00
Hugo Locurcio
bc11e0b9e9 GitHub Actions: Update Hugo to 0.86.0 (#12) 2021-07-25 01:52:30 +02:00
Hugo Locurcio
e60017a160 GitHub Actions: Update Hugo to 0.83.0 (#11) 2021-05-01 23:15:11 +02:00
Hugo Locurcio
00caa43967 GitHub Actions: Update Hugo to 0.80.0 (#10) 2021-01-09 20:20:07 +01:00
Hugo Locurcio
b458b58edc Tweak the dark theme to better match the Godot proposals viewer 2020-12-20 23:51:41 +01:00
Hugo Locurcio
5960b0ec9d Fix blank line at the beginning of the CI workflow file 2020-11-23 16:38:19 +01:00
Hugo Locurcio
460f0a4e0d Fix comment about the GitHub Actions CI schedule 2020-11-06 17:19:15 +01:00
Hugo Locurcio
11241c635e GitHub Actions: Update Hugo to 0.78.1 (#9) 2020-11-06 17:18:43 +01:00
Hugo Locurcio
09d773e115 Switch from Travis CI to GitHub Actions for continuous integration (#8) 2020-11-04 16:00:43 +01:00
Hugo Locurcio
bfd29fbbf1 Fix fixed table background color when using the light theme 2020-11-03 14:56:25 +01:00
Yuri Sizov
b7d634cbfa Make the header of the table sticky (#7) 2020-11-02 20:27:22 +01:00
Hugo Locurcio
f978e91e7b Add a technical pragraph that explains how this website is built 2020-11-02 16:42:20 +01:00
Hugo Locurcio
c5e5cb531a Travis CI: Update to Hugo 0.76.3 (#6) 2020-11-02 16:40:00 +01:00
Hugo Locurcio
739b29c050 Rename the temporary Git clone directory variable for clarity 2020-09-13 19:34:33 +02:00
Hugo Locurcio
e2348c8ec5 Make the build script runnable from any location 2020-09-13 19:33:31 +02:00
Hugo Locurcio
151bcc2377 Use inline code formatting for the commit hash 2020-09-13 19:29:28 +02:00
Hugo Locurcio
e59cd4b305 Fix typo in IFS variable in the build script 2020-09-13 19:28:36 +02:00
Hugo Locurcio
d34691186e Travis CI: Update to Hugo 0.74.3 (#5) 2020-08-23 15:59:22 +02:00
Hugo Locurcio
516670446a Style the table at build time to speed up page loading (#4)
This makes the page load in ~500 ms instead of 3 seconds on
Chromium 81 on Linux.
2020-06-27 00:42:30 +02:00
Hugo Locurcio
7f457624e3 Fix this repository's commit date being used instead of the engine's
This also outputs the commit hash and date used during the build
for debugging purposes.
2020-06-26 22:22:10 +02:00
Hugo Locurcio
c750d90ead Add setup instructions for local development 2020-06-15 21:47:09 +02:00
Hugo Locurcio
a88e9d3198 Add commit date information to the header
This makes it easier to notice the page is up-to-date (or not),
without having to click on the commit hash.
2020-06-15 21:40:36 +02:00
Hugo Locurcio
83d09f8af9 Add a link to the classref contribution guide at the top of the page 2020-06-15 21:26:19 +02:00
Hugo Locurcio
2aaeeef21b Fade out 0/0 completion ratios as there's nothing to document
This makes the table easier to read.
2020-06-15 21:26:19 +02:00
Hugo Locurcio
ccfb913f31 Travis CI: Update to Hugo 0.71.0 (#3) 2020-05-23 15:52:39 +02:00
Hugo Locurcio
412c51d787 Change copyrights for consistency with the @godotengine organization 2020-05-23 14:16:40 +02:00
Hugo Locurcio
3d0383fbdf Include module documentation in the generated report
This closes #2.
2020-05-16 19:58:26 +02:00
Hugo Locurcio
20b313a1a7 Travis CI: Update to Hugo 0.69.2 (#1) 2020-04-26 17:01:43 +02:00
Hugo Locurcio
a4f6c17788 Deploy generated pages to the @godotengine organization 2020-04-09 21:45:16 +02:00
Hugo Locurcio
9e2263164f Add a null check when modifying the documentation link
This prevents a runtime error from appearing in the console.
2020-03-23 22:43:03 +01:00
Hugo Locurcio
9e991a89d0 Make the table favor horizontal scrolling over wrapping 2020-03-23 22:32:05 +01:00
Hugo Locurcio
06b29224a1 Center main elements on the page 2020-03-23 22:31:47 +01:00
Hugo Locurcio
e45c2efc85 Make documentation links shorter to make the table less wide 2020-03-23 22:31:29 +01:00
Hugo Locurcio
b0edb6ee83 Travis CI: Readd skip_cleanup: true key
It's marked as deprecated, but I don't see how else I can make
deployment working.
2020-02-28 19:14:19 +01:00
Hugo Locurcio
22d6dbc2a7 Travis CI: Use Python 3.8 2020-02-28 18:23:22 +01:00
Hugo Locurcio
13d7b41a06 Fix deprecations in .travis.yml 2020-02-27 18:58:14 +01:00
Hugo Locurcio
ccbbb75ce2 Tweak the overall percentage color algorithm for better usability
Only fully completed documentations will now have a green background.
The old algorithm is used again for incomplete documentations.
2020-02-27 18:56:32 +01:00
Hugo Locurcio
f1715ca8dc Make overall percentages tint towards green as they get closer to 100% 2020-02-27 18:53:19 +01:00
Hugo Locurcio
f6e54bfdfe Disable taxonomyTerm page generation to avoid Hugo build warnings 2020-02-27 18:34:58 +01:00
Hugo Locurcio
128624ca4a Enable minification when building the website for deployment 2020-02-26 22:50:38 +01:00
Hugo Locurcio
a5061e9694 Mention where generated HTML pages are deployed 2020-02-26 22:23:25 +01:00
Hugo Locurcio
a8b191512c Deploy the website using Travis CI 2020-02-26 22:20:32 +01:00
Hugo Locurcio
43e4a7ac2d Travis CI: Specify minor Python version only
While less predictable, this ensures a bundled Python version is always
used to avoid downloading it every time.
2020-02-26 22:13:07 +01:00
Hugo Locurcio
44b4cf8751 Add a lang attribute to the HTML page 2020-02-26 22:07:34 +01:00
Hugo Locurcio
c4bb1ea171 Add a static .nojekyll file
This is required so the deployed website isn't considered as a
Jekyll site by GitHub Pages.
2020-02-26 22:06:22 +01:00
Hugo Locurcio
1da342d6b9 Tweak the table hover background color
This makes the hover effect easier to distinguish from the even-odd
row background colors.
2020-02-26 22:06:03 +01:00
Hugo Locurcio
afd26a5038 Improve link colors for readability 2020-02-26 22:05:46 +01:00
Hugo Locurcio
ba82f1edb5 Color completion percentages' backgrounds dynamically
This makes for easier visual grepping.
2020-02-26 22:04:10 +01:00
Hugo Locurcio
a0712e78f0 Use an heredoc for the page header 2020-02-26 22:03:53 +01:00