Skip to content

Commit

Permalink
[doc] Disable markdowns from "javadoc/legal" dir from showing up on t…
Browse files Browse the repository at this point in the history
…he website (#586)
  • Loading branch information
nisargthakkar authored Aug 11, 2023
1 parent 6632a2c commit 5213c75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ nav_external_links:
- title: Javadoc
url: ./javadoc/index.html
hide_icon: false

exclude:
# javadoc/legal has some markdowns that get picked up by jekyll/just-the-docs
- javadoc/legal

0 comments on commit 5213c75

Please sign in to comment.