Skip to content

Commit b09abc6

Browse files
authored
Merge pull request #9 from DataRecce/feat/update-canonical
chore: Update canonical to latest
2 parents 792eec6 + 8dc15b0 commit b09abc6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ copyright: Copyright &copy; 2025 Recce <br />
77
# Repository
88
repo_name: datarecce/recce
99
repo_url: https://github.com/datarecce/recce
10-
site_url: https://datarecce.io
10+
site_url: https://docs.datarecce.io
1111
extra_css:
1212
- styles/extra.css
1313

@@ -105,7 +105,7 @@ markdown_extensions:
105105
class: mermaid
106106
format: !!python/name:pymdownx.superfences.fence_code_format
107107
- pymdownx.tabbed:
108-
alternate_style: true
108+
alternate_style: true
109109

110110
theme:
111111
name: material

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@popperjs/core@^2.11.8":
6+
version "2.11.8"
7+
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
8+
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
9+
510
bootstrap@^5.3.2:
611
version "5.3.2"
712
resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz"

0 commit comments

Comments
 (0)