Skip to content

Commit 737f431

Browse files
authored
Merge branch 'main' into flow-blockchain
2 parents 2b09684 + 6a529bf commit 737f431

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

collections/opensource-testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ items:
4343
- stefanjudis/grunt-photobox
4444
- nathanmarks/vrtest
4545
- reg-viz/reg-cli
46-
- segmentio/nightmare
46+
- segment-boneyard/nightmare
4747
- reg-viz/reg-suit
4848
- xolvio/chimp
4949
- NimaSoroush/differencify

topics/cst/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Concrete syntax tree
3+
short_description: A concrete syntax tree is a low level representation of the parsed source in the structure defined by a grammar description.
4+
topic: cst
5+
aliases: parse-tree, parsing-tree, derivation-tree
6+
wikipedia_url: https://en.wikipedia.org/wiki/Parse_tree
7+
related: ast
8+
---
9+
A concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.

topics/nextra/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
display_name: Nextra
3+
short_description: Nextra is a simple, powerful and flexible site generation framework built with next.js.
4+
topic: nextra
5+
github_url: https://github.com/shuding/nextra
6+
url: https://nextra.site/
7+
related: nextjs, mdx, markdown
8+
logo: nextra.png
9+
---
10+
11+
Nextra is a nextjs-based static site generation framework using markdown and MDX.
12+
Nextra framework is specially built to create markdown-based documentation and portfolio blogs without coding using MDX and markdown.

topics/nextra/nextra.png

6.69 KB
Loading

0 commit comments

Comments
 (0)