Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-macros-plugin mkdocs-minify-plugin
- run: pip install mkdocs-material mkdocs-macros-plugin mkdocs-minify-plugin allscreenshots-og-screenshot
- run: mkdocs build
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions docs/.well-known/allscreenshots-verify.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vo5i7ZZG1Tq09s-PQX2BGNkCOnvcUKHUhGUOIBbglrg
4 changes: 4 additions & 0 deletions docs/documentation/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

## Third-party services

Social images for this documentation are generated using [Allscreenshots.com](https://allscreenshots.com).
3 changes: 3 additions & 0 deletions material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ <h1>Generating fake data has never been easier</h1>
</div>
</div>
</section>
<div style="position: fixed; bottom: 1rem; left: 0; right: 0; text-align: center;">
<p style="font-size: 0.7rem; opacity: 0.7; margin: 0;">Social images for Datafaker are generated using <a href="https://allscreenshots.com" style="text-decoration: underline; color: inherit;">Allscreenshots.com</a></p>
</div>
{% endblock %}
{% block content %}{% endblock %}
{% block footer %}{% endblock %}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ markdown_extensions:

plugins:
- search
- allscreenshots-og-screenshot
- macros
- minify:
minify_html: true
Expand Down