File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Site settings
22title : Login.gov
3- description : Welcome to the Login.gov developer documentation!
3+ description : Welcome to the Login.gov Developer Guide
44github_repo_url : https://github.com/GSA-TTS/identity-dev-docs # enables "edit this page" button
55url : https://developers.login.gov
66
Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ <h1 class="usa-display">{{ page.title }}</h1>
156156 < script src ="{{ site.baseurl }}/assets/js/anchor_accordion.js "> </ script >
157157
158158 < script >
159+ anchors . options = {
160+ icon : '#'
161+ } ;
159162 anchors . add ( [
160163 '#main-content h1:not(.usa-accordion__heading)' ,
161164 '#main-content h2:not(.usa-accordion__heading)' ,
Original file line number Diff line number Diff line change 11---
2- title : Welcome to the Login.gov developer guide
2+ title : Welcome to the Login.gov Developer Guide
33lead : >
44 This developer guide contains everything you’ll need to integrate and deploy your application with Login.gov.
55permalink : /
You can’t perform that action at this time.
0 commit comments