Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Jane Chu 39edee754c
Updated the documentation pre and code blocks style (#216)
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
This change cleans up some styling with pre and code blocks and puts them more inline with the docusaurus style used by FAST. This also fixes an issue where the sub docs folder was not getting ignored.

##  Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
2022-05-13 17:41:15 -07:00
Jane Chu 99e41eb8ab
Added files to trigger the GitHub pages workflow (#213)
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
This change adds the docs folder files to the gitignore, except the README for ease of local development. It also adds a GitHub workflow to trigger against `main` branch merges (and manual triggers) that will release of the documentation site.

This should be merged after #212 

##  Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.
2022-04-18 17:27:36 -07:00
Jane Chu d39991bc75
Add tooling packages from the FAST repository
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
This pull request adds the `@microsoft/fast-tooling`, `@microsoft/fast-tooling-react`, and `@microsoft/fast-tooling-wasm` packages to the repository using NPM 7 workspaces.

This should allow:
- Running the `npm run test` from the package root to run all tests
- In the individual `fast-tooling` and `fast-tooling-react` packages running `npm start` to kick off a build of the `webpack-dev-server`

## 👩‍💻 Reviewer Notes

<!---
Provide some notes for reviewers to help them provide targeted feedback and testing.
-->
Pull down the repository, use `npm i` or `npm install` to install dependencies, then use `npm run test` at the root and `npm start` in the `fast-tooling` and `fast-tooling-react` packages.

Keep in mind that the requirements for this repository are now NPM 7 and NodeJS 16, ensure these are both installed.

##  Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.
2021-09-16 10:59:57 -07:00
William Wagner 2bdba631bf
Add Git Ignore and Attribute files (#63) 2021-08-11 13:56:37 -07:00