Vulcan/packages/telescope-getting-started/content/removing_getting_started_posts.md

11 lines
453 B
Markdown
Raw Normal View History

2014-12-31 17:44:21 +09:00
### Removing Getting Started Posts
2014-12-31 19:09:19 +09:00
If you're ready to insert your own content and want to delete these getting started posts, comments, and users, you can do so with a single command.
2014-12-31 17:44:21 +09:00
Just make sure you're logged in, then open your [browser console](http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers) and type:
```js
Meteor.call('removeGettingStartedContent');
2014-12-31 19:09:19 +09:00
```
See you on the other side!