Skip to content

Commit

Permalink
Merge pull request #27 from go-vela/blogpost
Browse files Browse the repository at this point in the history
docs: added blog, updated edit url, commented out vault plugin
  • Loading branch information
KillEdgier authored Jan 23, 2025
2 parents 0dfbda7 + f72c39a commit c2d40fc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 23 deletions.
16 changes: 0 additions & 16 deletions blog/2024-12-04-first-blog-post.md

This file was deleted.

14 changes: 14 additions & 0 deletions blog/2025-01-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
slug: first-blog-post
title: Welcome to the new Vela docsite
authors: [sanders, vader]
tags: [cicd, vela]
---

The Target team is excited to launch the new iteration of the Vela docsite!

Built with Docusaurus, the new site comes with great user experience enhancements you've been asking for like collapsible and dynamic sidebars, more robust and accurate search, and consolidated sections for easier navigation.

As always, your contributions to this knowledge base are critical to its success. Please use the **Edit this page** button when you see content in need of an update.

Welcome!
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const config = {
sidebarId: 'reference',
label: 'Reference',
},
{ to: '/blog', label: 'Blog', position: 'left' },
{ to: '/blog', label: 'Announcements', position: 'left' },
{
type: 'docsVersionDropdown',
label: 'version',
Expand Down
12 changes: 6 additions & 6 deletions remote-vela-plugins/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ const remoteVelaPlugins = [
sourceRef: "refs/heads/main",
sourceFileName: "DOCS.md",
},
{
name: "vault-secrets",
sourceRepo: "go-vela/secret-vault",
sourceRef: "refs/heads/main",
sourceFileName: "DOCS.md",
},
// {
// name: "vault-secrets",
// sourceRepo: "go-vela/secret-vault",
// sourceRef: "refs/heads/main",
// sourceFileName: "DOCS.md",
// },
]

export default remoteVelaPlugins;

0 comments on commit c2d40fc

Please sign in to comment.