Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

chore: resolve issues on docs runtime with use of ssh instead of sh #558

Merged
merged 4 commits into from
Oct 30, 2023
Merged

Conversation

jcstein
Copy link
Member

@jcstein jcstein commented Oct 25, 2023

Overview

This PR resolves build errors that occur on the documentation site as a result of no support for ssh syntax highlighting. The solution is to use sh.

Resolves celestiaorg/docs#1171

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

Due to trailing links causing issues on vitepress currently, until cloudflare is changed
This reverts commit 1697f1d.
@jcstein jcstein changed the title chore: resolve issues on docs runtime with use of ssh instead of sh chore: resolve issues on docs runtime with use of ssh instead of sh Oct 25, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #558 (3c47ad0) into main (77134ee) will increase coverage by 0.36%.
Report is 2 commits behind head on main.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #558      +/-   ##
==========================================
+ Coverage   34.23%   34.60%   +0.36%     
==========================================
  Files          26       26              
  Lines        2100     2078      -22     
==========================================
  Hits          719      719              
+ Misses       1295     1273      -22     
  Partials       86       86              
Files Coverage Δ
orchestrator/orchestrator.go 2.10% <0.00%> (+0.19%) ⬆️
rpc/app_querier.go 0.00% <0.00%> (ø)

@evan-forbes evan-forbes added the documentation Improvements or additions to documentation label Oct 26, 2023
@adlerjohn
Copy link
Member

Is this good to merge @sweexordious?

@rach-id rach-id merged commit adf739b into celestiaorg:main Oct 30, 2023
11 of 14 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: fix or ignore these runtime errors on uses of custom languages for code blocks
5 participants