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

Preparing Beta Branch #543

Merged
merged 6 commits into from
Jan 24, 2024
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
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