From 54c7e5fbc735b32edac8fdddb0f2908912c17bb0 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Wed, 2 Oct 2024 13:43:04 -0700 Subject: [PATCH] Fix readme, add footer --- README.md | 2 +- docs/.vitepress/config.mts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7caba27..4f35e3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # micromissiles-unity -![Sim Salvo Animation](docs/public/images/sim_salvo_animation.gif) +![Sim Salvo Animation](docs/images/sim_salvo_animation.gif) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/PisterLab/micromissiles-unity/build.yaml?link=https%3A%2F%2Fgithub.com%2FPisterLab%2Fmicromissiles-unity%2Factions%2Fworkflows%2Fbuild.yaml)](https://github.com/PisterLab/micromissiles-unity/actions/workflows/build.yaml) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/PisterLab/micromissiles-unity/test.yaml?label=tests&link=https%3A%2F%2Fgithub.com%2FPisterLab%2Fmicromissiles-unity%2Factions%2Fworkflows%2Ftest.yaml)](https://github.com/PisterLab/micromissiles-unity/actions/workflows/test.yaml) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 0d2356f..631a85d 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -31,6 +31,10 @@ export default defineConfig({ ], search: { provider: 'local' + }, + footer: { + message: 'Released under the BSD-3-Clause License.', + copyright: 'Copyright © 2024-present, The Regents of the University of California (Regents). All Rights Reserved.' } } })