Skip to content

Commit ed05585

Browse files
authored
docs: create documentation website using Rocket (#103)
1 parent 4487277 commit ed05585

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+12815
-19903
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
node_modules
22
/lib
33
/dist
4-
entrypoint.hashmanifest.json
5-
custom-elements.json
4+
/custom-elements.json
5+
docs/_merged_data/
6+
docs/_merged_assets/
7+
docs/_merged_includes/
8+
_site-dev
9+
_site

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
> This project adheres to the Contributor Covenant [code of conduct](./CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
66
7-
First, create a fork of the [open-wc/api-viewer-element](https://github.com/open-wc/api-viewer-element) repository by hitting the `fork` button on the GitHub page.
7+
First, create a fork of the [web-padawan/api-viewer-element](https://github.com/web-padawan/api-viewer-element) repository by hitting the `fork` button on the GitHub page.
88

99
Next, clone your fork onto your computer (replacing YOUR_USERNAME with your actual GitHub username).
1010

1111
```sh
1212
git clone git@github.com:YOUR_USERNAME/api-viewer-element.git
1313
```
1414

15-
Once cloning is complete, change directory to the repository and add the Open Web Components project as a remote.
15+
Once cloning is complete, change directory to the repository and add the upstream project as a remote.
1616

1717
```sh
1818
cd web
19-
git remote add upstream git@github.com:open-wc/api-viewer-element.git
19+
git remote add upstream git@github.com:web-padawan/api-viewer-element.git
2020
```
2121

2222
## Preparing Your Local Environment for Development

docs/.eleventyignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_assets
2+
_includes
3+
_data
Loading
Loading
6.17 KB
Loading
1.08 KB
Loading
1.58 KB
Loading
48.9 KB
Loading
4.14 KB
Loading

0 commit comments

Comments
 (0)