From ac56198a5931439115df5955b8d946e655ebc634 Mon Sep 17 00:00:00 2001 From: FrenkenFlores Date: Sat, 11 Nov 2023 10:56:35 +0300 Subject: [PATCH 1/2] fix typo in docs Signed-off-by: FrenkenFlores --- docs/content/docs/concepts/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/concepts/architecture.md b/docs/content/docs/concepts/architecture.md index a6daf69ad..db66c9e4d 100644 --- a/docs/content/docs/concepts/architecture.md +++ b/docs/content/docs/concepts/architecture.md @@ -5,7 +5,7 @@ menuPosition: 1 # The Platform -Antierp Platform built around a few simple concepts: +Anticrm Platform built around a few simple concepts: * `Platform Object` -- a piece of information, typically persisted by the platform in a database. May refer another platform object and `Resource`s * `Resource` -- something we can't persist in the database (e.g. JavaScript function, or "mailing service"), but want to refer from a `Platform Object`. From 87eca128abd379389641fe58d932fd99cce973ba Mon Sep 17 00:00:00 2001 From: FrenkenFlores Date: Sat, 11 Nov 2023 11:12:11 +0300 Subject: [PATCH 2/2] replace main with master and fix error page issue Signed-off-by: FrenkenFlores --- docs/themes/thxvscode/layouts/partials/connect.html | 2 +- docs/themes/thxvscode/layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/themes/thxvscode/layouts/partials/connect.html b/docs/themes/thxvscode/layouts/partials/connect.html index 21c2e3071..9e65bbf0f 100644 --- a/docs/themes/thxvscode/layouts/partials/connect.html +++ b/docs/themes/thxvscode/layouts/partials/connect.html @@ -27,7 +27,7 @@ {{- if (not (in .File.Path "apis")) -}} - {{- $editUrl := path.Join .Site.Params.Githubrepo "edit/main/docs/content/" .File.Path -}} + {{- $editUrl := path.Join .Site.Params.Githubrepo "edit/master/docs/content/" .File.Path -}} {{- $editUrl = delimit (slice "https://github.com/" $editUrl) "" -}}
  • diff --git a/docs/themes/thxvscode/layouts/partials/footer.html b/docs/themes/thxvscode/layouts/partials/footer.html index 5c9c53168..396c54a4c 100644 --- a/docs/themes/thxvscode/layouts/partials/footer.html +++ b/docs/themes/thxvscode/layouts/partials/footer.html @@ -28,7 +28,7 @@ href="https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx" target="_blank">Terms of Use
  • License + href="https://github.com/{{.Site.Params.githubRepo}}/blob/master/docs/themes/thxvscode/LICENSE">License