first
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Alpha
|
||||
sources:
|
||||
- paper.md
|
||||
- note.md
|
||||
---
|
||||
|
||||
# Alpha
|
||||
|
||||
Entity with valid sources.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Beta
|
||||
---
|
||||
|
||||
# Beta
|
||||
|
||||
Entity without sources field.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Delta
|
||||
sources: [
|
||||
---
|
||||
|
||||
# Delta
|
||||
|
||||
Entity with invalid sources syntax.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Gamma
|
||||
sources: []
|
||||
---
|
||||
|
||||
# Gamma
|
||||
|
||||
Entity with empty sources.
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
type: query
|
||||
derived: true
|
||||
title: Test Query
|
||||
sources: []
|
||||
---
|
||||
|
||||
# Test Query
|
||||
|
||||
Query page, not applicable for source-signal.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: Crystal
|
||||
type: synthesis
|
||||
---
|
||||
|
||||
# Crystal
|
||||
|
||||
Synthesis page, not applicable for source-signal.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Overview
|
||||
sources:
|
||||
- paper.md
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
Topic with valid source.
|
||||
Reference in New Issue
Block a user