fleet/website
eashaw 6413befdd1
Add edit page button to the top of documentation pages on fleetdm.com/docs (#2165)
* floating edit button on hover

* update class name

* adjust padding and border-radius

* fix failing lint test

* Update website/assets/styles/pages/docs/basic-documentation.less

* Update website/assets/styles/pages/docs/basic-documentation.less

* Update website/assets/styles/pages/docs/basic-documentation.less

* Update website/assets/styles/pages/docs/basic-documentation.less

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2021-09-22 14:05:53 +09:00
..
api updated styles, class names, and renderer (#2169) 2021-09-21 16:17:45 -05:00
assets Add edit page button to the top of documentation pages on fleetdm.com/docs (#2165) 2021-09-22 14:05:53 +09:00
config Add page titles and descriptions to fleetdm.com (#2082) 2021-09-16 16:23:59 +09:00
scripts Fix broken link in markdown compilation (#2162) 2021-09-21 13:52:37 -05:00
tasks Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
views Add edit page button to the top of documentation pages on fleetdm.com/docs (#2165) 2021-09-22 14:05:53 +09:00
.editorconfig Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.eslintignore Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.eslintrc Receive anonymous usages statistics (#1314) 2021-07-06 15:03:40 -05:00
.gitignore fix gitignore 2021-05-11 16:01:25 -05:00
.htmlhintrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.lesshintrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.npmrc Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
.sailsrc Update code blocks in documentation (#2151) 2021-09-20 20:59:45 -05:00
app.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
Gruntfile.js Move fleetdm.com into main Fleet repo (#83) 2020-12-02 14:48:03 -06:00
package.json Put live documentation on fleetdm.com (#1380) 2021-08-17 19:55:13 -05:00
Procfile Dedupe setting of env var (#87) 2020-12-03 16:11:46 -06:00
README.md Add new script for fleetdm.com schema migrations (#1317) 2021-07-06 21:58:20 -05:00

fleetdm.com

This is where the code for the public https://fleetdm.com website lives.

Test locally

Run the following commands to test the site locally:

npm install -g sails
cd website/
npm install
sails run scripts/build-static-content.js
sails lift

Your local copy of the website is now running at http://localhost:2024!

Wipe the production database

I hope you know what you're doing. The easiest kind of database schema migration:

sails_datastores__default__url='REAL_DB_URI_HERE' sails run wipe

Then when you see the sailboat, hit CTRL+C to exit. All done!

Bugs

To report a bug or make a suggestion for the website, click here.