Skip to content

Fix primary color. Propose git URL for repo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean:

# Clone the source repository we need
clone:
git clone https://github.com/validmind/validmind-python.git $(SRC_DIR)
git clone git@github.com:validmind/validmind-python.git $(SRC_DIR)

# Copy over Jupyter notebooks
notebooks:
Expand All @@ -32,7 +32,7 @@ notebooks:
cp -r $(SRC_DIR)/notebooks/. $(DEST_DIR_NB)

# Make Python library docs & copy them over
python-docs:
python-docs:
$(MAKE) -C $(SRC_DIR)/docs markdown
rm -rf $(DEST_DIR_PYTHON)
mkdir -p $(DEST_DIR_PYTHON)
Expand All @@ -42,6 +42,6 @@ python-docs:
get-source: clean clone notebooks python-docs

# Get all source files
docs-site: clean clone notebooks python-docs
docs-site: clean clone notebooks python-docs
quarto render

14 changes: 7 additions & 7 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ website:
- validmind/test_plans.md
- validmind/vm_models.md
- guide/restapi.qmd

- guide/glossary.qmd
- guide/support.qmd
- guide/releasenotes.qmd

page-footer:
background: "#C61E6E"
left: "_© Copyright 2023 ValidMind Inc All Rights Reserved._"
right:
page-footer:
background: "#DE257E"
left: "_© Copyright 2023 ValidMind Inc All Rights Reserved._"
right:
- icon: github
href: https://github.com/validmind/documentation
- icon: linkedin
href: https://www.linkedin.com/company/validmind/
- icon: linkedin
href: https://www.linkedin.com/company/validmind/

format:
html:
Expand Down