Conversation
✅ Deploy Preview for openpodcastapi ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@keunes Rather than storing these in the public folder (which gets bundled in the build), wouldn't it make more sense to put them in the Wiki? |
|
@Sporiff I was thinking about that but then we can't a) include relative links in the docs and b) we can't attach them to GenAI queries (e.g. GitHub copilot) because they're not part of the repository. |
|
@keunes I still think including them in the bundle isn't a good idea. We can just make a new dir called |
19884d4 to
454cbb8
Compare
|
Ok, moved to root @Sporiff. |
.lycheeignore
Outdated
| @@ -0,0 +1 @@ | |||
| ^/meeting-notes/.* No newline at end of file | |||
There was a problem hiding this comment.
@keunes I don't think this works in a .lycheeignore file. I think we need to create a lychee.toml and add
exclude_path = ["meeting-notes"]|
@keunes Could you also remove the |
|
Whoops, sorry for that. Issues fixed @Sporiff. |
Back up the meeting notes in the api-specs repository and make them accessible on our main website (via direct links).