You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ To use the service_link at the start of the path to the favicon images, you need
67
67
68
68
-[Allow non-GOV.UK favicon and opengraph assets](https://github.com/alphagov/tech-docs-gem/pull/387)
69
69
70
-
To use a non-crown assets, you need to
70
+
To use a non-crown assets, you need to
71
71
- add `favicon.ico`, `favicon.svg` and `opengraph-image.png` to your `source/images` folder.
72
72
- set `show_govuk_logo: false`
73
73
@@ -165,22 +165,22 @@ You can now [configure your Tech Docs Template (TDT) to build your documentation
165
165
166
166
Thanks [@eddgrant](https://github.com/eddgrant) for contributing this feature and the associated fixes.
167
167
168
-
This change was introduced in [pull request #291: Support sites deployed on paths other than "/" (by generating relative links)](https://github.com/alphagov/tech-docs-gem/pull/291).
168
+
This change was introduced in [pull request #291: Support sites deployed on paths other than "/" (by generating relative links)](https://github.com/alphagov/tech-docs-gem/pull/291).
169
169
170
170
## 3.1.0
171
171
172
172
### New features
173
173
174
-
There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.0.0.
174
+
There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.0.0.
175
175
176
176
1. Update your documentation site to use the latest template version. You can [follow the TDT guidance on using the latest template version](https://tdt-documentation.london.cloudapps.digital/maintain_project/use_latest_template/).
177
-
2. Check your documentation site displays correctly. If your site does not display correctly, you can refer to the [GOV.UK Frontend 4.0.0 release note](https://github.com/alphagov/govuk-frontend/releases/tag/v4.0.0) for more information.
177
+
2. Check your documentation site displays correctly. If your site does not display correctly, you can refer to the [GOV.UK Frontend 4.0.0 release note](https://github.com/alphagov/govuk-frontend/releases/tag/v4.0.0) for more information.
178
178
179
179
## 3.0.1
180
180
181
181
### Fixes
182
182
183
-
We’ve made the following fixes to the tech docs gem in [pull request #281: Don't break TOC when OpenAPI description includes headers](https://github.com/alphagov/tech-docs-gem/pull/281):
183
+
We’ve made the following fixes to the tech docs gem in [pull request #281: Don't break TOC when OpenAPI description includes headers](https://github.com/alphagov/tech-docs-gem/pull/281):
184
184
185
185
* we now render OpenAPI Markdown with the same Markdown renderer as other documents
186
186
* table of contents (TOC) uses `TechDocsHTMLRenderer` to render the headings with IDs
0 commit comments