-
Notifications
You must be signed in to change notification settings - Fork 33
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
📖 Add CatalogD doc site #202
Conversation
. $(VENV)/activate; \ | ||
mkdocs gh-deploy --force | ||
|
||
include Makefile.venv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please set your editor to add a newline at EOF - thanks 😄
name: "material" | ||
|
||
repo_url: https://github.com/operator-framework/catalogd | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #202 +/- ##
=======================================
Coverage 39.70% 39.70%
=======================================
Files 8 8
Lines 471 471
=======================================
Hits 187 187
Misses 265 265
Partials 19 19 ☔ View full report in Codecov by Sentry. |
Is it really worth maintaining the bits required to publish a full-fledged website for catalogd standalone? Would it suffice to have catalogd maintainers just store markdown files in a |
Docs directory is reasonable to me. Another alternative is the native GitHub Wiki tab - I've seen that used for documentation for projects |
Do you know if that content committed to the repo and present in |
I don't think so. +1 in general to it needing to be committed content though |
@joelanford this PR is based off of the roadmap we've had for a while, in which we discussed catalogd supporting content from various types of sources. We'd discussed having a website that contains details about interaction with different types of sources via catalogd, so that the operator-controller can say "here's an example of a Catalog that sources content from an image registry, for examples and details on how to use ___, ____ and ____ source types, please see ". I was also thinking this website will host the content for catalog authors in v1. Essentially the content will be divided into two top level sections, "For catalog authors" and "For catalog consumers". "For catalog authors" section is where we'll bring over fbc content/document opm etc for v1. Are we thinking something different than the roadmap I mentioned above? (I haven't had the chance to catch up on the meeting with Carvel folks yet, or review any of the docs). I.e is there any new information that we should be aware of that changes the answer to your question from "yes it's worth it maintaining a website" to "no it's not"? |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Going to close this PR for now as it has been sitting for a while. We can come back and re-open this PR if we decide to continue down this route. |
No description provided.