Skip to content

Commit

Permalink
docs: add package.json file to watch for changes in docs website
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Matei <[email protected]>
  • Loading branch information
radu-matei committed Mar 9, 2022
1 parent 956e716 commit 9869be2
Show file tree
Hide file tree
Showing 6 changed files with 6,901 additions and 10 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
target
.husky
cache
cache
node_modules
ignored-assets
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ First, build Spin based on the
[contributing guide](./content/docs/contributing.md).

```
$ RUST_LOG=spin=trace spin up --file spin.toml
$ npm install
$ npm run spin
```
7 changes: 0 additions & 7 deletions docs/content/docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
title = "Spin"
description = "Introducing Spin"

[extra]
date = "March 8, 2022"
---

# Introducing Spin

Spin is an open source framework for building and running fast, secure, and
Expand Down
Loading

0 comments on commit 9869be2

Please sign in to comment.