Skip to content

Commit

Permalink
docs: set theme to posit-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed May 31, 2024
1 parent 3b9c420 commit d67f234
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ uninstall:

# Target for displaying the project version
version:
$(PYTHON) -m setuptools_scm
@$(PYTHON) -m setuptools_scm
4 changes: 4 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.DEFAULT_GOAL := all

VERSION := $(shell make -C ../ version)
export VERSION

# Command aliases
QUARTO=quarto
QUARTODOC=quartodoc
Expand All @@ -19,6 +22,7 @@ clean:
find . -type d -empty -delete

deps:
$(QUARTO) add --no-prompt posit-dev/[email protected]
$(QUARTO) add --no-prompt machow/quartodoc

preview:
Expand Down
10 changes: 2 additions & 8 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project:
type: website
type: posit-docs

website:
title: "Posit SDK"
title: "Posit SDK <small>{{< env VERSION >}}</small>"
navbar:
left:
- text: Installation
Expand All @@ -15,12 +15,6 @@ website:
filters:
- interlinks

format:
html:
theme: cosmo
toc: true
page-layout: full

interlinks:
sources:
python:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ These dependencies are installed automatically during installation.
Use the following command to install Posit's SDK

```bash
$ pip install posit-SDK
$ pip install posit-sdk
```

The SDK is now installed. Check out the [Quickstart](./quickstart.qmd).

0 comments on commit d67f234

Please sign in to comment.