Skip to content

docs: removed road map section from docs - does not apply anymore #1966

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

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 1 addition & 30 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,36 +75,7 @@ <h2 class="uk-text-center uk-margin-large-bottom"> Features</h2>
</div>
</div>
</div>

<!-- ROADMAP SECTION -->
<div class="uk-section">
<h2 class="uk-text-center uk-margin-large-bottom"> Roadmap</h2>

<div class="uk-grid-collapse uk-child-width-1-4@s" uk-grid>
<ul class="uk-list">
<li class="uk-card uk-padding-small"><span class="uk-text-primary" uk-icon="icon: chevron-double-right"></span> Comprehensive
documentation
</li>
</ul>
<ul class="uk-list ">
<li class="uk-card uk-padding-small"><span class="uk-text-primary" uk-icon="icon: chevron-double-right"></span> Integrate with
operator-sdk to generate project skeleton
</li>
</ul>
<ul class="uk-list ">
<li class="uk-card uk-padding-small"><span class="uk-text-primary" uk-icon="icon: chevron-double-right"></span> Testing of the
framework and all samples while running on a real cluster.
</li>
</ul>
<ul class="uk-list ">
<li class="uk-card uk-padding-small"><span class="uk-text-primary" uk-icon="icon: chevron-double-right"></span> Generate Java
classes from CRD definion (and/or the other way around)
</li>
</ul>
</div>
</div>



<!-- CONTRIBUTING SECTION -->
<div class="uk-section">
<h2 class="uk-text-center uk-margin-large-bottom"> Contributing</h2>
Expand Down