0.4.9 • Published 10 months ago

@mirascope/docs-viewer v0.4.9

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Mirascope Standalone Docs Viewer

Development

This is a fork of mirascope/website which instantiates a standalone docs viewer.

The goal is to assist mirascope/mirascope development by allowing developing docs alongside the project without merging them into the main site.

For general information, see the mirascope/website repo.

This is intended as dev-tooling only and not maintained at a level of production quality.

Setup

This project uses Bun - a fast all-in-one JavaScript runtime and toolkit.

# Install dependencies
bun install

# Start development server
bun run start --content-dir path/to/content

Usage

The project is currently used in the mirascope v2 repo with a package json like this:

{
  "name": "mirascope",
  "private": true,
  "scripts": {
    "preprocess": "DOCS_VIEWER_DIR=node_modules/@mirascope/docs-viewer bun node_modules/@mirascope/docs-viewer/scripts/preprocess-content.ts --content-dir mirascope/experimental/v2",
    "start": "DOCS_VIEWER_DIR=node_modules/@mirascope/docs-viewer bun node_modules/@mirascope/docs-viewer/scripts/start.ts --content-dir mirascope/experimental/v2",
  },
  "devDependencies": {
    "@mirascope/docs-viewer": "^0.1.5",
  }
}

Upcoming Development

I want to figure out how to integrate the api generation to produce up-to-date api docs for mirascope v2.

License

Everything in this repository is licensed under the MIT License except for "Williams-Handwriting-Regular-v1.tff", which is a closed license font and not available for use without express permission.

0.4.9

10 months ago

0.4.8

11 months ago

0.4.7

11 months ago

0.4.6

11 months ago

0.4.5

11 months ago

0.4.4

11 months ago

0.4.3

11 months ago

0.4.2

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.10

11 months ago

0.2.9

11 months ago

0.2.8

11 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago