Skip to content

Commit

Permalink
Merge pull request #543 from KBVE/alpha
Browse files Browse the repository at this point in the history
Preparing Beta Branch
  • Loading branch information
h0lybyte authored Jan 24, 2024
2 parents a4dd6ac + 0a8d6ea commit 4e02632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions apps/kbve.com/public/data/outpost/nx/report.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Report
description: Report
date: 2024-01-19
date: 2024-01-24
---

## Report
Expand All @@ -21,7 +21,7 @@ Nx has recently released
> NX Report complete - copy this into the issue template
Node : 18.19.0
OS : linux-x64
pnpm : 8.14.1
pnpm : 8.14.3
nx : v17.2.5
@nx/js : v17.2.5
@nx/jest : v17.2.5
Expand Down Expand Up @@ -50,5 +50,5 @@ Community plugins:
```

```
'Report Timestamp: 1705667674'
'Report Timestamp: 1706089873'
```
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ save_sri_details_markdown() {
# Function to create an MDX file from the generated Markdown file
create_mdx_from_md() {
local md_file="./apps/herbmail.com/public/embed/rust/herbwasm_sri_details.md"
local mdx_file="./apps/herbmail.com/src/content/tools/wasm.mdx"
local mdx_file="./apps/herbmail.com/src/content/tools/wasm.md"

if [ ! -f "$md_file" ]; then
echo "Error: Markdown file $md_file not found"
Expand Down Expand Up @@ -140,7 +140,7 @@ create_mdx_from_md() {
add_mdx_fields() {
local field=$1
local data=$2
local mdx_file="./apps/herbmail.com/src/content/tools/wasm.mdx"
local mdx_file="./apps/herbmail.com/src/content/tools/wasm.md"

if [ ! -f "$mdx_file" ]; then
echo "Error: MDX file $mdx_file not found"
Expand Down

0 comments on commit 4e02632

Please sign in to comment.