From 9a798ec4f6002cd4450932a7f39518a8a6d2d784 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Mon, 18 Mar 2024 15:20:11 -0700 Subject: [PATCH] docs: update --- .github/workflows/documentation.yml | 1 + docs/material/overrides/home.html | 4 ++-- mkdocs_link_embeds_plugin.egg-info/PKG-INFO | 4 ++-- setup.py | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f872ffd..0ecc6ad 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 diff --git a/docs/material/overrides/home.html b/docs/material/overrides/home.html index a663842..a38046f 100644 --- a/docs/material/overrides/home.html +++ b/docs/material/overrides/home.html @@ -14,8 +14,8 @@

Link Embeds

A new way to display links in Mkdocs

- - Demo + + Read Docs Releases diff --git a/mkdocs_link_embeds_plugin.egg-info/PKG-INFO b/mkdocs_link_embeds_plugin.egg-info/PKG-INFO index c3801cd..a915927 100644 --- a/mkdocs_link_embeds_plugin.egg-info/PKG-INFO +++ b/mkdocs_link_embeds_plugin.egg-info/PKG-INFO @@ -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 @@ -27,7 +27,7 @@ Requires-Dist: mkdocs>=1.0.4
-![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)
diff --git a/setup.py b/setup.py index 2fb5c7f..3236eb1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION_NUMBER = '0.1.0' +VERSION_NUMBER = '0.1.1' def read_file(fname):