update(style): copy button and list rendering

This commit is contained in:
rooyca 2024-05-09 22:18:12 -05:00
parent 7169ae1945
commit 693f5b9104
6 changed files with 4 additions and 4 deletions

View file

@ -15,6 +15,6 @@ jobs:
with:
python-version: 3.x
- run: |
pip install mkdocs-material mkdocs-redirects
pip install mkdocs-material
cd docs
mkdocs gh-deploy --force

View file

@ -15,7 +15,7 @@ const context = await esbuild.context({
banner: {
js: banner,
},
entryPoints: ["main.ts"],
entryPoints: ["src/main.ts"],
bundle: true,
external: [
"obsidian",

View file

@ -1,7 +1,7 @@
{
"id": "api-request",
"name": "APIRequest",
"version": "1.2.1",
"version": "1.2.2",
"minAppVersion": "0.15.0",
"description": "Request and retrieve data from APIs. The responses are delivered in a JSON format for easy integration with your notes.",
"author": "rooyca",

View file

@ -1,6 +1,6 @@
{
"name": "api-request",
"version": "1.2.1",
"version": "1.2.2",
"description": "Request and retrieve data from APIs. The responses are delivered in a JSON format for easy integration with your notes.",
"main": "main.js",
"scripts": {