Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Oct 26, 2023
1 parent 059a8cf commit b5d01f3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Build libcudacxx docs
uses: actions/jekyll-build-pages@v1
with:
source: ./libcudacxx/docs
source: ./libcudacxx/docs/jekyll
destination: ./_site/libcudacxx

- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Code of Conduct
parent: Contributing
has_children: false
layout: default
---

# Code of Conduct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Contributing
has_children: true
has_toc: true
layout: default
---

# Contributing
Expand Down
4 changes: 2 additions & 2 deletions libcudacxx/docs/jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ just_the_docs:
name: Contributing
nav_fold: true
extended_api:
name: Extended API
name: Extensions
nav_fold: true
standard_api:
name: Standard API
name: Standard
nav_fold: true
releases:
name: Releases
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
has_children: true
title: Extended API
has_children: false
has_toc: false
nav_order: 3
---

# Extended API
Expand Down

0 comments on commit b5d01f3

Please sign in to comment.