google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
6.93k stars 2.05k forks source link

docs: move to mkdocs-material #1101

Closed sergiud closed 1 month ago

sergiud commented 1 month ago

localhost_8000_stable_ localhost_8000_0 7 1_logging_

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.41%. Comparing base (cc0de6c) to head (0794236).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1101 +/- ## ======================================= Coverage 64.41% 64.41% ======================================= Files 19 19 Lines 2563 2563 Branches 902 895 -7 ======================================= Hits 1651 1651 Misses 647 647 Partials 265 265 ```
sergiud commented 1 month ago

@drigz Could you please enable Github Pages deployment from the gh-pages branch (somewhere in project settings) and set the glog project URL to https://google.github.io/glog similar to GoogleTest?

Also, is there a way to prevent Buildkite from building the gh-pages branch?

sergiud commented 1 month ago

@drigz PTAL

drigz commented 1 month ago

Hey, sorry, just got back from vacation and it might take me a couple of days to catch up to this, let me know if you need me to just rubber stamp it without looking at the code.

sergiud commented 1 month ago

Thank you. No need to review. Just adjust the two settings:

  1. Enable Github pages deployment from gh-pages branch. image
  2. Set website to https://google.github.io/glog under "edit repository details"
drigz commented 1 month ago

image

image

Done, apologies for missing the first message!

sergiud commented 1 month ago

@drigz No worries. This works great now. Thank you!