Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar is raw Markdown if source and dist are not in same folder #14

Open
hkdobrev opened this issue May 15, 2020 · 2 comments
Open

Sidebar is raw Markdown if source and dist are not in same folder #14

hkdobrev opened this issue May 15, 2020 · 2 comments

Comments

@hkdobrev
Copy link
Contributor

Title says it all really. Here is a specific example:

project/
├── doc/
│   ├── architecture/
│   │    └── model/
│   │        └── context.md
│   └── dist/
└── .c4builder

.c4builder

{
	"rootFolder": "doc/architecture/model",
	"distFolder": "doc/dist"
}

In this case, everything works normally and the dist is generated where it is expected the c4builder site command works as expected. But the sidebar is served raw as a plain-text Markdown without converting to HTML with links. The correct links are in the sidebar in Markdown and they update when adding new content.

I guess it doesn't look for the pages in the proper place and it cannot find the page and therefore the conversion fails.

@Iicytower
Copy link

I have a similar problem. Do you found any solution?

@hkdobrev
Copy link
Contributor Author

hkdobrev commented Apr 6, 2023

No, I haven't and haven't used c4builder for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants