Skip to content

Commit a49bf2c

Browse files
author
Al Manning
committed
review feedback
1 parent 500a809 commit a49bf2c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/project/types/confluence/confluence.ts

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@ import { ProjectScaffoldFile } from "../types.ts";
22

33
export const buildConfluenceFiles = (): ProjectScaffoldFile[] => {
44
const file: ProjectScaffoldFile[] = [
5+
{
6+
name: "index",
7+
content: `This project provides provides a simple scaffold for creating a Quarto Confluence Project. You'll almost certainly want to remove the sample files, they are just here as examples. When you add you own documents (including ones in subfolders) they will be automatically added to the site navigation sidebar.`,
8+
title: "Example",
9+
},
510
{
611
name: "project-roadmap",
7-
content: `# Welcome
8-
Welcome to this sample Quarto Confluence Project! Feel free to use this as a way to help get you started in building your own Confluence project.
9-
10-
- To preview this project use the command \`quarto preview\`.
11-
- To publish this project use the command \`quarto publish confluence\`.
12-
13-
For more information, [please see the documentation on publishing](https://quarto.org/docs/publishing/).
14-
15-
## Overview
12+
content: `## Overview
1613
1714
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla id accumsan justo. Nulla ut lectus efficitur, aliquet tellus elementum, hendrerit mi. Aenean risus purus, finibus eu consectetur sit amet, maximus ut tortor. Vivamus congue mollis ante in interdum. In at semper turpis, sed faucibus arcu. Nullam ultrices, neque nec mattis dictum, risus ante mattis diam, sit amet sagittis arcu ante ut urna.
1815

0 commit comments

Comments
 (0)