Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Mar 18, 2024
1 parent 99b5f94 commit 9a798ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
export DOCS_SECRET_L2=${{ secrets.DOCS_SECRET_L2 }}
export GH_TOKEN=${{ secrets.GH_TOKEN }}
pip install mkdocs
pip install beautifulsoup4
pip install mkdocs-material
pip install mkdocs-git-committers-plugin-2
Expand Down
4 changes: 2 additions & 2 deletions docs/material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<div class="mdx-hero__content">
<h1>Link Embeds</h1>
<p>A new way to display links in Mkdocs</p>
<a href="/demo" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
Demo
<a href="https://aetherinox.github.io/mkdocs-link-embeds/home/" title="{{ page.next_page.title | e }}" class="md-button md-button--primary">
Read Docs
</a>
<a href="https://pypi.org/project/mkdocs-link-embeds-plugin/" title="Gistr Documentation" class="md-button">
Releases
Expand Down
4 changes: 2 additions & 2 deletions mkdocs_link_embeds_plugin.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mkdocs-link-embeds-plugin
Version: 0.1.0
Version: 0.1.1
Summary: Mkdocs plugin which shows embedded links in a more elegant manner.
Home-page: https://github.com/Aetherinox/mkdocs-link-embeds
Author: Aetherinox
Expand All @@ -27,7 +27,7 @@ Requires-Dist: mkdocs>=1.0.4

<div align="center">

![Version](https://img.shields.io/github/v/tag/Aetherinox/mkdocs-link-embeds?logo=GitHub&label=version&color=ba5225) ![Downloads](https://img.shields.io/github/downloads/Aetherinox/mkdocs-link-embeds/total) ![Repo Size](https://img.shields.io/github/repo-size/Aetherinox/mkdocs-link-embeds?label=size&color=59702a) ![Last Commit)](https://img.shields.io/github/last-commit/Aetherinox/mkdocs-link-embeds?color=b43bcc) [![PyPI](https://img.shields.io/pypi/v/mkdocs-embeds-plugin)](https://pypi.org/project/mkdocs-link-embeds-plugin/)
![Version](https://img.shields.io/github/v/tag/Aetherinox/mkdocs-link-embeds?logo=GitHub&label=version&color=ba5225) ![Downloads](https://img.shields.io/github/downloads/Aetherinox/mkdocs-link-embeds/total) ![Repo Size](https://img.shields.io/github/repo-size/Aetherinox/mkdocs-link-embeds?label=size&color=59702a) ![Last Commit)](https://img.shields.io/github/last-commit/Aetherinox/mkdocs-link-embeds?color=b43bcc) ![PyPI - Version](https://img.shields.io/pypi/v/mkdocs-link-embeds-plugin)

</div>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

VERSION_NUMBER = '0.1.0'
VERSION_NUMBER = '0.1.1'


def read_file(fname):
Expand Down

0 comments on commit 9a798ec

Please sign in to comment.