Migrate dev-blog to Redocly (#2346)

* Step 1 to migrate the blog - Add blog pages from the dev-blog repo

* Add blog-specific sidebar (& update contents)

* Add new dev reflections blog post from 01-23-2024

* Blog migration: fix markdoc errors and broken links

* Remove community pages from the sidebar

---------

Co-authored-by: mDuo13 <mduo13@gmail.com>
This commit is contained in:
Amarantha Kulkarni
2024-01-24 12:32:55 -08:00
committed by mDuo13
parent 33cd1f54a5
commit b4489f8649
269 changed files with 13832 additions and 2 deletions

View File

@@ -233,8 +233,8 @@ export default function Docs() {
<section className="text-center title-space">
<div className="col-lg-9 mx-auto text-center">
<div className="d-flex flex-column-reverse">
<h1>{translate('XRP Ledger Developer Resources')}</h1>
<h6 className="eyebrow mb-3">{translate('Documentation')}</h6>
<h1>{translate('Documentation')}</h1>
<h6 className="eyebrow mb-3">{translate('XRP Ledger Developer Resources')}</h6>
</div>
</div>
</section>