Skip to content

Commit

Permalink
Deploying to gh-pages from main @ 58fde08 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
V8 API docs updater committed Sep 25, 2020
0 parents commit b8247d6
Show file tree
Hide file tree
Showing 101,882 changed files with 8,857,864 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
33 changes: 33 additions & 0 deletions .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 2020 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

name: Update API documentation

on:
schedule:
- cron: '* * * * *'

jobs:
build:
name: Build and update docs
runs-on: ubuntu-latest
container:
image: docker://python:3.7-alpine
steps:
# Install dependencies before checkout to get latest git which is needed
# for pushing.
- name: Install dependencies
run: |
apk add doxygen graphviz ttf-freefont git rsync
- name: Checkout API repo
uses: actions/checkout@v2
- name: Build docs
run: |
python update.py
- name: Commit and push
run: |
git config --global user.name "V8 API docs updater"
git config --global user.email "v8-dev+api@googlegroups.com"
git commit -am "Automated docs build."
git push
1 change: 1 addition & 0 deletions head/.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c45c9bc2951a50624e5400f8a84f69cf8d63a428
77 changes: 77 additions & 0 deletions head/APIDesign_8md.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions head/README_8md.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 126 additions & 0 deletions head/allocation_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions head/allocation_8h__incl.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<map id="include/cppgc/allocation.h" name="include/cppgc/allocation.h">
<area shape="rect" id="node1" title=" " alt="" coords="198,5,369,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="34,333,98,360"/>
<area shape="rect" id="node3" title=" " alt="" coords="642,80,704,107"/>
<area shape="rect" id="node4" href="$custom-space_8h.html" title=" " alt="" coords="35,162,188,189"/>
<area shape="rect" id="node6" href="$garbage-collected_8h.html" title=" " alt="" coords="445,80,618,107"/>
<area shape="rect" id="node8" href="$api-constants_8h.html" title=" " alt="" coords="164,244,288,285"/>
<area shape="rect" id="node17" href="$gc-info_8h.html" title=" " alt="" coords="264,80,420,107"/>
<area shape="rect" id="node5" title=" " alt="" coords="192,333,260,360"/>
<area shape="rect" id="node7" title=" " alt="" coords="713,333,796,360"/>
<area shape="rect" id="node10" href="$platform_8h.html" title=" " alt="" coords="366,162,484,189"/>
<area shape="rect" id="node15" href="$trace-trait_8h.html" title=" " alt="" coords="508,162,635,189"/>
<area shape="rect" id="node16" href="$type-traits_8h.html" title=" " alt="" coords="640,251,768,278"/>
<area shape="rect" id="node9" href="$v8config_8h.html" title=" " alt="" coords="296,333,376,360"/>
<area shape="rect" id="node11" href="$v8-platform_8h.html" title=" " alt="" coords="467,251,564,278"/>
<area shape="rect" id="node12" title=" " alt="" coords="571,333,634,360"/>
<area shape="rect" id="node13" title=" " alt="" coords="400,333,468,360"/>
<area shape="rect" id="node14" title=" " alt="" coords="492,333,547,360"/>
<area shape="rect" id="node18" href="$finalizer-trait_8h.html" title=" " alt="" coords="711,155,862,196"/>
</map>
1 change: 1 addition & 0 deletions head/allocation_8h__incl.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
04fdca50200afb68407f27475536358b
Loading

0 comments on commit b8247d6

Please sign in to comment.