Skip to content

Commit

Permalink
Deployed 8ad9d2b with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Feb 28, 2024
0 parents commit 6c7f9d2
Show file tree
Hide file tree
Showing 214 changed files with 42,270 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
developer.tripgo.com
16 changes: 16 additions & 0 deletions bower_components/normalize-scss/bin/is-modern-node
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env node

/* eslint-disable no-process-exit */

'use strict';

// Checks for "v4." or greater.
function isModernNode() {
return /^v([4-9]|\d{2,})\.\S+$/.test(process.version);
}

if (!isModernNode()) {
console.error('Node.js ' + process.version + 'detected; alternate script will be run.');
// Return a non-zero (false) value to the shell.
process.exit(1);
}
31 changes: 31 additions & 0 deletions bower_components/normalize-scss/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "normalize-scss",
"description": "This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.",
"main": [
"sass/_normalize.scss"
],
"authors": [
"John Albin Wilkins <[email protected]> (http://john.albin.net/)"
],
"license": "(MIT OR GPL-2.0)",
"keywords": [
"sass",
"normalize",
"reset",
"typography",
"design",
"ui"
],
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"ignore": [
"**/.*",
"CHANGELOG.md",
"CONTRIBUTING.md",
"lib",
"node_modules",
"normalize-scss.gemspec",
"sache.json",
"test.html",
"test"
]
}
Loading

0 comments on commit 6c7f9d2

Please sign in to comment.