Skip to content

RDBTC-220 Guide: Backups in RavenDB#2395

Open
Netzach-Nyss wants to merge 5 commits intoravendb:mainfrom
Netzach-Nyss:RDBTC-220
Open

RDBTC-220 Guide: Backups in RavenDB#2395
Netzach-Nyss wants to merge 5 commits intoravendb:mainfrom
Netzach-Nyss:RDBTC-220

Conversation

@Netzach-Nyss
Copy link
Copy Markdown
Contributor

@Netzach-Nyss Netzach-Nyss commented Apr 14, 2026

Issue link

https://issues.hibernatingrhinos.com/issue/RDBTC-220/Guide-Backups-in-RavenDB

Additional description

Adding new guide: Backups in RavenDB

Updated Content Quality & E-E-A-T Analysis

Content Quality Score: 85/100 | AI Citation Readiness: 79/100


E-E-A-T Breakdown

Factor Score Change Driver
Experience 17/20 +3 Practitioner framing, operational Admonitions signal real usage
Expertise 22/25 +2 Version anchor, accurate technical details; code lacks error handling
Authoritativeness 19/25 +1 5 working cross-links, descriptive anchor text throughout
Trustworthiness 28/30 +1 License/failure/default-behavior transparency; no updatedAt field

Type of change

  • Content - docs
  • Content - cloud
  • Content - guides
  • Content - start pages/other
  • New docs feature (consider updating /templates or readme)
  • Bug fix
  • Optimization
  • Other

Changes in docs URLs

  • No changes in docs URLs
  • Articles are restructured, URLs will change, mapping is required (update /scripts/redirects.json file, set Documents Moved PR label)

Changes in UX/UI

  • No changes in UX/UI
  • Changes in UX/UI (include screenshots and description)

@poissoncorp
Copy link
Copy Markdown
Contributor

Changed break-all to break-words in .theme-doc-markdown :is(h1, h2, h3, h4, h5, h6) @mateuszbartosik please verify if it's legit.

Before:
image

After:
image

@mateuszbartosik
Copy link
Copy Markdown
Contributor

IIRC it won't work fine with long code samples which we use frequently as a part of the heading. I think we'll need to find a workaround for that.

Comment thread src/css/custom.css Outdated
.theme-doc-markdown :is(h1, h2, h3, h4, h5, h6) :is(code, kbd, samp) {
background: none;
border: none;
padding: 0;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's delete 571-573. Having the background distinguishes code fragments from the standard text. We shouldn't break the standard code styling we have throughout all the documentation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants