Skip to content

Commit

Permalink
Merge branch 'release/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Feb 5, 2024
2 parents ce19546 + 1cdf662 commit 0e60900
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,22 @@ function nav() {
link: '/boring-stack/',
activeMatch: '/boring-stack/'
},
{ text: 'Create Sails', link: '/create-sails/' },
{ text: 'Inertia Sails', link: '/inertia-sails/' },
{ text: 'Sails Wish', link: '/wish/' },
{ text: 'Captain Vane', link: '/captain-vane/' },
{
text: 'Create Sails',
link: '/create-sails/',
activeMatch: '/create-sails/'
},
{
text: 'Inertia Sails',
link: '/inertia-sails/',
activeMatch: '/inertia-sails/'
},
{ text: 'Sails Wish', link: '/wish/', activeMatch: '/wish/' },
{
text: 'Captain Vane',
link: '/captain-vane/',
activeMatch: '/captain-vane/'
},
{ text: 'Sails Mail', link: '/mail/', activeMatch: '/mail/' },
{ text: 'Sails Content', link: '/content/', activeMatch: '/content/' }
]
Expand Down
2 changes: 1 addition & 1 deletion docs/content/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ However, I find that when I needed a simple blog for [Hagfish](https://hagfish.i

That means I'll have to maintain two separate codebases just to have a blog in Markdown with the developer experience (DX) of Astro.

Also, I have been thinking of bringing that developer experience (DX) to Sails developers ever since [Mike's keynote at Sailsconf 2022](https://youtu.be/OME5lQUJ4q4?si=umQ654LtAXGWSELT). I've also seen Sails being used to build static sites from Markdown at Fleet (https://fleetdm.com/), but I didn't quite like the DX.
Also, I have been thinking of bringing that developer experience (DX) to Sails developers ever since [Mike's keynote at Sailsconf 2022](https://youtu.be/OME5lQUJ4q4?si=umQ654LtAXGWSELT). I've also seen Sails being used to build static sites from Markdown at [Fleet](https://fleetdm.com/), but I didn't quite like the DX.

## Leveraging Shipwright

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sailscasts-docs",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"description": "The official docs hub for Sailscasts",
"scripts": {
Expand Down

0 comments on commit 0e60900

Please sign in to comment.