export default [
{
title: "Project Testing Strategy",
tags: ["test", "initial"],
content: {
type: "text",
text: "Ensuring the reliability, stability, and correctness of the obsidian-mcp-server is a top priority. To achieve this, we have implemented a comprehensive, multi-layered testing strategy. This document outlines our approach to testing, from individual components to the system as a whole.",
},
},
{
title: "Getting Started with Obsidian MCP Server",
tags: ["guide", "initial"],
content: {
type: "text",
text: "Welcome to the obsidian-mcp-server! This guide will help you set up and start using the server effectively. Follow these steps to get your Obsidian vault connected and explore the available tools.",
},
},
{
title: "Meeting Notes",
tags: ["meeting", "notes"],
content: {
type: "text",
text: "Date: 2024-01-15\nAttendees: Alice, Bob, Charlie\nAgenda:\n1. Project Updates\n2. Roadmap Discussion\n3. Q&A\n\nNotes:\n- Alice provided an update on the current sprint progress.\n- Bob discussed the upcoming features and timeline.\n- Charlie raised questions about integration with other tools.",
},
},
{
title: "Daily Tasks",
tags: ["tasks", "daily"],
content: {
type: "text",
text: "- [ ] Review pull requests\n- [ ] Update project documentation\n- [ ] Team stand-up meeting at 10 AM\n- [ ] Code review for new feature branch",
},
},
{
title: "Test Note",
tags: ["test", "initial"],
content: {
type: "text",
text: "# Test Note\n\nProject Testing Strategy\nEnsuring the reliability, stability, and correctness of the obsidian-mcp-server is a top priority.\n ![[demo_img.png]]\n To achieve this, we have implemented a comprehensive, multi-layered testing strategy. This document outlines our approach to testing, from individual components to the system as a whole.",
},
},
];