Skip to content

Commit

Permalink
API Docs: Add banner that it's Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay Kim committed Apr 20, 2021
1 parent 5b36a82 commit aa10c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@

html_theme_options = {
'project_title': 'Inrupt {0} API Documentation'.format(name),
'banner': False,
'banner_msg': '',
'banner': True,
'banner_msg': 'This is an Alpha release of the API.',
'robots_index': True,
'github_editable': False,
'github_org': 'inrupt',
Expand Down

0 comments on commit aa10c6d

Please sign in to comment.