Skip to content

Commit 03a6738

Browse files
committed
Add SWML section with testing.mdx document
Co-Authored-By: Fern Support <info@buildwithfern.com>
1 parent 195ba68 commit 03a6738

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

fern/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ products:
2929
slug: rest-api
3030
path: products/rest-api.yml
3131

32+
- display-name: SWML
33+
slug: swml
34+
path: products/swml.yml
35+
3236
colors:
3337
accent-primary:
3438
light: '#044ef4' # SW Blue for light mode

fern/docs/pages/swml/testing.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 'Testing'
3+
---
4+
5+
# SWML Testing
6+
7+
This is a test document for the SWML section.
8+
9+
## Overview
10+
11+
SignalWire Markup Language (SWML) is a declarative language for building communication applications. This testing page serves as a placeholder for SWML documentation.
12+
13+
## Getting Started
14+
15+
More content coming soon.

fern/products/swml.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
tabs:
2+
overview:
3+
display-name: Overview
4+
icon: home
5+
6+
navigation:
7+
- tab: overview
8+
layout:
9+
- page: Testing
10+
path: ../../docs/pages/swml/testing.mdx

0 commit comments

Comments
 (0)