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

common: end up the winding down period #371

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
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
12 changes: 0 additions & 12 deletions data/en/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ slider:
label: 'Join the community'
link: '/community/'

################################# Banner #####################################
banner:
enable: true
bg_image: ''
title: ''
content_banner:
bold_text: 'Winding down of PMDK development!'
text: 'Libraries and all related resources will continue to be available, but development and maintenance will be limited.'
download_link:
label: 'Read our blog post for more details and Q&A!'
link: 'https://pmem.io/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/'

################################# Feature #####################################
feature:
enable: true
Expand Down
8 changes: 3 additions & 5 deletions data/en/pmdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ slider:
################################# Banner #####################################
banner:
enable: true
bg_image: ''
title: ''
content_banner:
bold_text: '<p>The <a href=\"https://github.com/pmem/pmdk/\">PMDK repository</a> on GitHub is the ultimate source from release 2.0!</p>'
text: 'The PMDK documentation collected here should be valid up to the 1.13.1 release but is maintained only on a best-effort basis and may not reflect the latest state of the art.'
bold_text: 'The [PMDK repository](https://github.com/pmem/pmdk/) on GitHub is the ultimate source of information on PMDK from release 2.0!'
text: 'For all questions and to submit eventual issues please follow to [that repository](https://github.com/pmem/pmdk/issues). The PMDK documentation collected here should be valid up to the 1.13.1 release but is maintained only on a best-effort basis and may not reflect the latest state of the art.'

################################# Libraries Section #################################
libraries_section:
Expand Down Expand Up @@ -94,7 +92,7 @@ libraries_section_deprecated:
<p>See the <a href=\"./librpmem\">librpmem page</a> for documentation and examples.</p>
<blockquote><p><strong>Note:</strong> <strong>librpmem</strong> is available only in the release 1.12.1 and before. It is no longer available on the master branch. </p></blockquote>
<blockquote><p><strong>Note:</strong> This is a <strong>deprecated</strong> API and should not be used in production environments.</p></blockquote>
<blockquote><p><strong>Note:</strong> The alternative solution for accessing remote persistent memory is implemented by <a href=\"#librpma\">librpma</a> (see above).</p></blockquote>"
<blockquote><p><strong>Note:</strong> The alternative solution for accessing remote persistent memory is implemented by <a href=\"/rpma/\">librpma</a> (see above).</p></blockquote>"
library_item8:
title: 'libvmemcache'
content: "<p><strong>libvmemcache</strong> is an embeddable and lightweight in-memory caching solution. It’s designed to fully take advantage of large capacity memory, such as persistent memory with DAX, through memory mapping in an efficient and scalable way.</p>
Expand Down
Loading
Loading