Skip to content

Commit

Permalink
Rebuild 1.x MGCS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolasburr committed Jan 11, 2019
1 parent f1f7f26 commit 61f63a0
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 5 deletions.
3 changes: 3 additions & 0 deletions magento/extensions/1.x/magegcs/1.0.0/404.html
Expand Up @@ -65,6 +65,9 @@
<li >
<a href="/.">Home</a>
</li>
<li >
<a href="/installation/">Installation</a>
</li>
<li >
<a href="/manuals/">Manuals</a>
</li>
Expand Down
7 changes: 5 additions & 2 deletions magento/extensions/1.x/magegcs/1.0.0/index.html
Expand Up @@ -65,6 +65,9 @@
<li class="active">
<a href=".">Home</a>
</li>
<li >
<a href="installation/">Installation</a>
</li>
<li >
<a href="manuals/">Manuals</a>
</li>
Expand All @@ -82,7 +85,7 @@
</a>
</li>
<li >
<a rel="prev" href="manuals/">
<a rel="prev" href="installation/">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
Expand Down Expand Up @@ -198,5 +201,5 @@ <h4 class="modal-title" id="exampleModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.0.4
Build Date UTC : 2019-01-11 17:48:34
Build Date UTC : 2019-01-11 20:02:36
-->
213 changes: 213 additions & 0 deletions magento/extensions/1.x/magegcs/1.0.0/installation/index.html
@@ -0,0 +1,213 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">



<link rel="shortcut icon" href="../img/favicon.ico">
<title>Installation - Google Cloud Storage v1.0.0</title>
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/base.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
<link href="../css/extra.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

<script src="../js/jquery-1.10.2.min.js" defer></script>
<script src="../js/bootstrap-3.0.3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/bash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/diff.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/http.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/makefile.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/php.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/python.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-113897119-2', 'docs.auroraextensions.com');
ga('send', 'pageview');
</script>
</head>

<body>

<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">

<!-- Collapsed navigation -->
<div class="navbar-header">
<!-- Expander button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="..">Google Cloud Storage v1.0.0</a>
</div>

<!-- Expanded navigation -->
<div class="navbar-collapse collapse">
<!-- Main navigation -->
<ul class="nav navbar-nav">
<li >
<a href="..">Home</a>
</li>
<li class="active">
<a href="./">Installation</a>
</li>
<li >
<a href="../manuals/">Manuals</a>
</li>
</ul>

<ul class="nav navbar-nav navbar-right">
<li>
<a href="#" data-toggle="modal" data-target="#mkdocs_search_modal">
<i class="fa fa-search"></i> Search
</a>
</li>
<li >
<a rel="next" href="..">
<i class="fa fa-arrow-left"></i> Previous
</a>
</li>
<li >
<a rel="prev" href="../manuals/">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>

<div class="container">
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
<ul class="nav bs-sidenav">
<li class="main active"><a href="#installation-guide">Installation Guide</a></li>
<li><a href="#dependencies">Dependencies</a></li>
<li><a href="#installing">Installing</a></li>
<li><a href="#wrap-up">Wrap Up</a></li>
</ul>
</div></div>
<div class="col-md-9" role="main">

<h2 id="installation-guide">Installation Guide</h2>
<p>This guide explains how to install Google Cloud Storage for Magento 1.9.</p>
<h3 id="dependencies">Dependencies</h3>
<ul>
<li><a href="https://github.com/auroraextensions/googlecloudphpautoloader">Google Cloud PHP Autoloader</a></li>
</ul>
<h3 id="installing">Installing</h3>
<p>Below are examples of how to install the extension via <code>modman</code> and manually.</p>
<h4 id="modman">modman</h4>
<pre><code>modman init # Only run if you haven't initialized modman yet.
modman clone https://github.com/auroraextensions/magegcs.git
modman deploy magegcs
</code></pre>

<h4 id="manual">Manual</h4>
<pre><code>cd /var/www # Replace /var/www with the Magento root directory.
git -C /tmp/ clone https://github.com/auroraextensions/magegcs.git
rsync -Pahmvz --stats \
--exclude=&quot;package.xml&quot; \
--exclude=&quot;.git*&quot; \
--exclude=&quot;modman&quot; \
/tmp/magegcs/* ./
rm -rf /tmp/magegcs
</code></pre>

<h3 id="wrap-up">Wrap Up</h3>
<p>Before attempting to configure the extension, make sure to clear the configuration cache, and, if any admin sessions are open, log out and log back in.</p></div>
</div>

<footer class="col-md-12">
<hr>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>
<script>
var base_url = "..",
shortcuts = {"next": 117, "previous": 116};
</script>
<script src="../js/base.js" defer></script>
<script src="../search/main.js" defer></script>

<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="exampleModalLabel">Search</h4>
</div>
<div class="modal-body">
<p>
From here you can search these documents. Enter
your search terms below.
</p>
<form role="form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
</div>
</form>
<div id="mkdocs-search-results"></div>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="Keyboard Shortcuts Modal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="exampleModalLabel">Keyboard Shortcuts</h4>
</div>
<div class="modal-body">
<table class="table">
<thead>
<tr>
<th style="width: 20%;">Keys</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td class="help shortcut"><kbd>?</kbd></td>
<td>Open this help</td>
</tr>
<tr>
<td class="next shortcut"><kbd>n</kbd></td>
<td>Next page</td>
</tr>
<tr>
<td class="prev shortcut"><kbd>p</kbd></td>
<td>Previous page</td>
</tr>
<tr>
<td class="search shortcut"><kbd>s</kbd></td>
<td>Search</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>

</body>
</html>
7 changes: 5 additions & 2 deletions magento/extensions/1.x/magegcs/1.0.0/manuals/index.html
Expand Up @@ -65,6 +65,9 @@
<li >
<a href="..">Home</a>
</li>
<li >
<a href="../installation/">Installation</a>
</li>
<li class="active">
<a href="./">Manuals</a>
</li>
Expand All @@ -77,7 +80,7 @@
</a>
</li>
<li >
<a rel="next" href="..">
<a rel="next" href="../installation/">
<i class="fa fa-arrow-left"></i> Previous
</a>
</li>
Expand Down Expand Up @@ -185,5 +188,5 @@ <h4 class="modal-title" id="exampleModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.0.4
Build Date UTC : 2019-01-11 17:48:34
Build Date UTC : 2019-01-11 20:02:36
-->
@@ -1 +1 @@
{"config":{"lang":["en"],"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Table of Contents Home License Release Notes Repository Sitemap Versions What is Google Cloud Storage? Google Cloud Storage is unified object storage for developers and enterprises, from live applications data to cloud archival. What is Google Cloud Storage for Magento 1.x? Google Cloud Storage for Magento 1.x, or MageGCS, is a Magento extension for storing media assets in a Google Cloud Storage bucket.","title":"Home"},{"location":"#table-of-contents","text":"Home License Release Notes Repository Sitemap Versions","title":"Table of Contents"},{"location":"#what-is-google-cloud-storage","text":"Google Cloud Storage is unified object storage for developers and enterprises, from live applications data to cloud archival.","title":"What is Google Cloud Storage?"},{"location":"#what-is-google-cloud-storage-for-magento-1x","text":"Google Cloud Storage for Magento 1.x, or MageGCS, is a Magento extension for storing media assets in a Google Cloud Storage bucket.","title":"What is Google Cloud Storage for Magento 1.x?"},{"location":"manuals/","text":"Manuals UserManual.pdf","title":"Manuals"},{"location":"manuals/#manuals","text":"UserManual.pdf","title":"Manuals"}]}
{"config":{"lang":["en"],"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Table of Contents Home License Release Notes Repository Sitemap Versions What is Google Cloud Storage? Google Cloud Storage is unified object storage for developers and enterprises, from live applications data to cloud archival. What is Google Cloud Storage for Magento 1.x? Google Cloud Storage for Magento 1.x, or MageGCS, is a Magento extension for storing media assets in a Google Cloud Storage bucket.","title":"Home"},{"location":"#table-of-contents","text":"Home License Release Notes Repository Sitemap Versions","title":"Table of Contents"},{"location":"#what-is-google-cloud-storage","text":"Google Cloud Storage is unified object storage for developers and enterprises, from live applications data to cloud archival.","title":"What is Google Cloud Storage?"},{"location":"#what-is-google-cloud-storage-for-magento-1x","text":"Google Cloud Storage for Magento 1.x, or MageGCS, is a Magento extension for storing media assets in a Google Cloud Storage bucket.","title":"What is Google Cloud Storage for Magento 1.x?"},{"location":"installation/","text":"Installation Guide This guide explains how to install Google Cloud Storage for Magento 1.9. Dependencies Google Cloud PHP Autoloader Installing Below are examples of how to install the extension via modman and manually. modman modman init # Only run if you haven't initialized modman yet. modman clone https://github.com/auroraextensions/magegcs.git modman deploy magegcs Manual cd /var/www # Replace /var/www with the Magento root directory. git -C /tmp/ clone https://github.com/auroraextensions/magegcs.git rsync -Pahmvz --stats \\ --exclude=\"package.xml\" \\ --exclude=\".git*\" \\ --exclude=\"modman\" \\ /tmp/magegcs/* ./ rm -rf /tmp/magegcs Wrap Up Before attempting to configure the extension, make sure to clear the configuration cache, and, if any admin sessions are open, log out and log back in.","title":"Installation"},{"location":"installation/#installation-guide","text":"This guide explains how to install Google Cloud Storage for Magento 1.9.","title":"Installation Guide"},{"location":"installation/#dependencies","text":"Google Cloud PHP Autoloader","title":"Dependencies"},{"location":"installation/#installing","text":"Below are examples of how to install the extension via modman and manually.","title":"Installing"},{"location":"installation/#modman","text":"modman init # Only run if you haven't initialized modman yet. modman clone https://github.com/auroraextensions/magegcs.git modman deploy magegcs","title":"modman"},{"location":"installation/#manual","text":"cd /var/www # Replace /var/www with the Magento root directory. git -C /tmp/ clone https://github.com/auroraextensions/magegcs.git rsync -Pahmvz --stats \\ --exclude=\"package.xml\" \\ --exclude=\".git*\" \\ --exclude=\"modman\" \\ /tmp/magegcs/* ./ rm -rf /tmp/magegcs","title":"Manual"},{"location":"installation/#wrap-up","text":"Before attempting to configure the extension, make sure to clear the configuration cache, and, if any admin sessions are open, log out and log back in.","title":"Wrap Up"},{"location":"manuals/","text":"Manuals UserManual.pdf","title":"Manuals"},{"location":"manuals/#manuals","text":"UserManual.pdf","title":"Manuals"}]}
5 changes: 5 additions & 0 deletions magento/extensions/1.x/magegcs/1.0.0/sitemap.xml
Expand Up @@ -10,4 +10,9 @@
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-01-11</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified magento/extensions/1.x/magegcs/1.0.0/sitemap.xml.gz
Binary file not shown.

0 comments on commit 61f63a0

Please sign in to comment.