File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 7575 sleep 1
7676 done
7777 echo "Launching linkchecker"
78- linkchecker --no-warnings --no-status http://127.0.0.1:8000/
78+ # Ignore dejavu.css for now, it is a JDK bug.
79+ linkchecker --no-warnings --no-status http://127.0.0.1:8000/ --ignore-url http://127.0.0.1:8000/javadoc/resources/fonts/dejavu.css
7980
8081 # If ok just kill the server
8182 kill -9 $SERVER_PID
Original file line number Diff line number Diff line change 174174header .md-header {
175175 z-index : 900 !important ;
176176}
177- .md-sidebar {
178- z-index : 1000 !important ;
179- }
180177.md-overlay {
181178 z-index : 950 !important ;
182179}
Original file line number Diff line number Diff line change 11User-agent: *
2- Disallow: /
3- Allow: /4.1/
4- Allow: /latest/
5-
6- Allow: /hopsworks-api/4.1/
7- Allow: /hopsworks-api/latest/
8-
9- Allow: /hopsworks-api/4.1/javadoc/
10- Allow: /hopsworks-api/latest/javadoc/
2+ Allow: /
You can’t perform that action at this time.
0 commit comments