Skip to content

GitHub pages pulling latest from github-pages branch #184

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

Merged
merged 6 commits into from
May 24, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
checking if empty frontmatter and defaults work as expected in Pages …
…build (#179)
  • Loading branch information
lizbaron authored May 19, 2022
commit e42145243911513ab6cf92856c465b7187325515
8 changes: 7 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
theme: jekyll-theme-dinky
title: tSQLt - Database Unit Testing for SQL Server
description: tSQLt is the open source framework for unit testing on SQL Server
description: tSQLt is the open source framework for unit testing on SQL Server
defaults:
-
scope:
path: ""
values:
layout: "default"
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
layout: default
---

WELCOME TO TSQLT, THE OPEN SOURCE DATABASE UNIT TESTING FRAMEWORK FOR SQL SERVER
2 changes: 2 additions & 0 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
---
# User Guide

This reference contains an explanation of each of the public tables, views, stored procedures and functions provided by tSQLt.
Expand Down