Skip to content

Commit 5c9626d

Browse files
authored
Merge pull request #197 from MoiraeSoftware/copilot/fix-repos-page-404-error
Fix GitHub Pages docs URL and add documentation link to README
2 parents fa27e7d + 20f17a2 commit 5c9626d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ To build the documentation locally:
1212
3. Initialize the theme submodule: `git submodule update --init --recursive`
1313
4. Build the site: `hugo --minify`
1414
5. The generated site will be in the `docs/public` directory
15-
6. To preview locally: `hugo server` (available at http://localhost:1313/myriad/)
15+
6. To preview locally: `hugo server` (available at http://localhost:1313/Myriad/)
1616

17-
The documentation is automatically published to https://moiraesoftware.github.io/myriad/ via GitHub Actions.
17+
The documentation is automatically published to https://moiraesoftware.github.io/Myriad/ via GitHub Actions.
1818

1919
# How to debug:
2020
- uncomment line `<!-- <MyriadSdkWaitForDebugger>true</MyriadSdkWaitForDebugger> -->` in test\Myriad.IntegrationPluginTests\Myriad.IntegrationPluginTests.fsproj

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Myriad
22

3+
[![Documentation](https://img.shields.io/badge/docs-github%20pages-blue)](https://moiraesoftware.github.io/Myriad/)
4+
35
Myriad is a code generator. It takes input from files or data sources and the library provides different mechanisms to allow F# code to be produced in response to the file, whether that file be an F# source file or a simple text file.
46

57
Myriad can be used from either an MSBuild extension or from its CLI tool.

docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/public/
22
/resources/_gen/
3-
.hugo_build.lock
3+
.hugo_build.lock

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://moiraesoftware.github.io/myriad/"
1+
baseURL = "https://moiraesoftware.github.io/Myriad/"
22
languageCode = "en-us"
33
title = "Myriad"
44
theme = "hugo-theme-relearn"

0 commit comments

Comments
 (0)