Skip to content

Commit bc3700e

Browse files
authored
Docsite update (#2208)
* fix: update link to docs site in index page * feat: Update links to docs site --------- Co-authored-by: wreality and gmeben
1 parent 494dc35 commit bc3700e

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"projectOwner": "mesh-research",
44
"repoType": "github",
55
"repoHost": "https://github.com",
6-
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)](https://pilcrow.meshresearch.dev/developers/)",
6+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)](https://latest.docs.pilcrow.dev/developers/)",
77
"files": [
88
"README.md"
99
],

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MESH-Research loves to welcome your contributions. There are several ways to hel
77
* Write patches for open bug/feature issues, preferably with test cases included
88

99
There are a few guidelines that we need contributors to follow so that we have a
10-
chance of keeping on top of things. Check out the [detailed contributor documentation](https://pilcrow.meshresearch.dev/developers/) hosted on the docs site as well.
10+
chance of keeping on top of things. Check out the [detailed contributor documentation](https://latest.docs.pilcrow.dev/developers/) hosted on the docs site as well.
1111

1212
## Code of Conduct
1313

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<a href="https://pilcrow.meshresearch.dev">
2+
<a href="https://latest.docs.pilcrow.dev">
33
<img src="docs/public/logo-100x100.png" alt="Pilcrow Logo"/>
44
<br />
55
Pilcrow
@@ -11,13 +11,13 @@
1111
![GitHub release (with filter)](https://img.shields.io/github/v/release/mesh-research/pilcrow?style=for-the-badge)
1212
![Rennovate Status](https://img.shields.io/badge/renovate-enabled-green?style=for-the-badge)
1313
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
14-
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=for-the-badge)](https://pilcrow.meshresearch.dev/developers/)
14+
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=for-the-badge)](https://latest.docs.pilcrow.dev/developers/)
1515
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1616
</div>
1717

1818
<div align="center">
1919

20-
[Documentation](https://pilcrow.meshresearch.dev) &bullet;
20+
[Documentation](https://latest.docs.pilcrow.dev) &bullet;
2121
[Demo](https://release.pilcrow.dev) &bullet;
2222
[Discussions](https://github.com/MESH-Research/Pilcrow/discussions) &bullet;
2323
[Bugs](https://github.com/MESH-Research/Pilcrow/issues) &bullet;
@@ -45,12 +45,12 @@ To read more about the CCR process, [visit the Public Philosophy Journal's page
4545

4646
## Installation
4747

48-
Instructions for deploying Pilcrow on your own server can be found in [our documentation](https://pilcrow.meshresearch.dev/install/)
48+
Instructions for deploying Pilcrow on your own server can be found in [our documentation](https://latest.docs.pilcrow.dev/install/)
4949

5050
## Contributing
51-
See our [contribution documentation](https://pilcrow.meshresearch.dev/developers/#contributor-workflow) for help getting started with a Pilcrow development environment. Feel free to reach out to the core team via [GitHub Discussions](https://github.com/mesh-research/pilcrow/discussions)
51+
See our [contribution documentation](https://latest.docs.pilcrow.dev/developers/#contributor-workflow) for help getting started with a Pilcrow development environment. Feel free to reach out to the core team via [GitHub Discussions](https://github.com/mesh-research/pilcrow/discussions)
5252

53-
Pilcrow welcomes and recognizes the contributions of all contributors to our project, not just code. You can see the [full list of contributors](https://pilcrow.meshresearch.dev/developers/team) on our documentation site.
53+
Pilcrow welcomes and recognizes the contributions of all contributors to our project, not just code. You can see the [full list of contributors](https://latest.docs.pilcrow.dev/developers/team) on our documentation site.
5454

5555
### Pilcrow Wiki - <https://github.com/MESH-Research/Pilcrow/wiki>
5656

client/src/pages/DashboardPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
{{ $t(`dashboard.guide_call_to_action`) }}
5757
<template #link>
5858
<a
59-
href="https://pilcrow.meshresearch.dev/guide/"
59+
href="https://latest.docs.pilcrow.dev/guide/"
6060
class="text-primary"
6161
>{{ $t(`dashboard.guide`) }}</a
6262
></template

client/src/pages/IndexPage.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141

4242
<i18n-t keypath="home.open_source.statement" tag="p">
4343
<template #pilcrow_docs>
44-
<a href="https://ccr.meshresearch.dev" class="text-primary"
45-
>https://ccr.meshresearch.dev</a
46-
>
44+
<a href="https://latest.docs.pilcrow.dev/" class="text-primary">
45+
https://latest.docs/pilcrow.dev/
46+
</a>
4747
</template>
4848
</i18n-t>
4949
</div>

docs/developers/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ At the bottom of each page, you should find a link to "Edit this Page." Follow
1212
## Automated Builds
1313
Github Actions powered by [Netlify](https://netlify.com) automatically build and deploy the documentation sites.
1414

15-
- **<https://pilcrow.meshresearch.dev>**: Automatically built from the `master` branch.
15+
- **<https://latest.docs.pilcrow.dev>**: Automatically built from the `master` branch.
1616

1717
### Deploy Previews
1818

0 commit comments

Comments
 (0)