mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 07:29:08 +00:00
* added docsearch with test config (currently breaks non docs pages) * added docsearch.less to mixins and variables * consolidated the search bar styles * changed doc search layout, removed css link for doc search * style for mobile search bar * cleaning up indentation and tags * added Docsearch Note: there needs to be a matching docsearch input in the layout or docsearch will throw an error * remove TODO * adjusting styles to match wireframes * moving DocSearch to documentation page script & added DocSearch to dependencies * link fixes * renaming customized DocSearch style sheet * lint fixes, style tweaks, changing class names & IDs, bringing customized styles back out of dependencies * Update index.less * Update code-blocks.less * Update basic-documentation.page.js |
||
|---|---|---|
| .. | ||
| api | ||
| assets | ||
| config | ||
| scripts | ||
| tasks | ||
| views | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .htmlhintrc | ||
| .lesshintrc | ||
| .npmrc | ||
| .sailsrc | ||
| app.js | ||
| Gruntfile.js | ||
| package.json | ||
| Procfile | ||
| README.md | ||
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.