From bcd49a6a2858e06381757aea3e64ab29a9eaf855 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Wed, 29 Nov 2023 10:28:25 +0100 Subject: [PATCH] Added new mkdocs configuration. --- docs/get_started.md | 1 + docs/lmms.md | 3 +++ docs/markers.md | 3 +++ docs/visualizers.md | 3 +++ mkdocs.yaml | 6 ++++++ 5 files changed, 16 insertions(+) create mode 100644 docs/get_started.md create mode 100644 docs/lmms.md create mode 100644 docs/markers.md create mode 100644 docs/visualizers.md diff --git a/docs/get_started.md b/docs/get_started.md new file mode 100644 index 0000000..8dafebb --- /dev/null +++ b/docs/get_started.md @@ -0,0 +1 @@ +## 🚧 under construction \ No newline at end of file diff --git a/docs/lmms.md b/docs/lmms.md new file mode 100644 index 0000000..ff4cd67 --- /dev/null +++ b/docs/lmms.md @@ -0,0 +1,3 @@ +## GPT-4 Vision + +:::multimodalmaestro.lmms.gpt4.prompt_image \ No newline at end of file diff --git a/docs/markers.md b/docs/markers.md new file mode 100644 index 0000000..27bd14a --- /dev/null +++ b/docs/markers.md @@ -0,0 +1,3 @@ +## Segment Anything + +:::multimodalmaestro.markers.sam.SegmentAnythingMarkGenerator \ No newline at end of file diff --git a/docs/visualizers.md b/docs/visualizers.md new file mode 100644 index 0000000..0cba952 --- /dev/null +++ b/docs/visualizers.md @@ -0,0 +1,3 @@ +## MarkVisualizer + +:::multimodalmaestro.visualizers.MarkVisualizer \ No newline at end of file diff --git a/mkdocs.yaml b/mkdocs.yaml index 1f797a6..33bb42e 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -20,6 +20,12 @@ extra: nav: - Home: index.md + - Get Started: get_started.md + - API: + - LMMs: lmms.md + - Markers: markers.md + - Visualizers: visualizers.md + theme: name: 'material'