1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

update docs again :)

This commit is contained in:
Harshavardhana
2015-02-09 18:20:33 -08:00
parent cecfbc37a4
commit 2a602627e1
4 changed files with 4 additions and 3 deletions

View File

@@ -33,4 +33,4 @@ s3.listBuckets(function(err, data) {
}); });
``` ```
Grab it here (example-list-buckets.js)[https://github.com/Minio-io/mc/blob/master/docs/sdks/js/example-list-buckets.js] Grab it here [example-list-buckets.js](https://github.com/Minio-io/mc/blob/master/docs/sdks/js/example-list-buckets.js)

View File

@@ -31,4 +31,4 @@ bucket2
bucket3 bucket3
``` ```
Grab it here (example-list-buckets.py)[https://github.com/Minio-io/mc/blob/master/docs/sdks/python/example-list-buckets.py] Grab it here [example-list-buckets.py](https://github.com/Minio-io/mc/blob/master/docs/sdks/python/example-list-buckets.py)

View File

@@ -34,4 +34,4 @@ NOTE:
ruby ``aws-sdk`` requires region name should be set, please use any name which ruby ``aws-sdk`` requires region name should be set, please use any name which
makes sense. Specifically for this example we choose ``minio`` makes sense. Specifically for this example we choose ``minio``
Grab it here (example-list-buckets.rb)[https://github.com/Minio-io/mc/blob/master/docs/sdks/ruby/example-list-buckets.rb] Grab it here [example-list-buckets.rb](https://github.com/Minio-io/mc/blob/master/docs/sdks/ruby/example-list-buckets.rb)

View File

@@ -3,5 +3,6 @@ pages:
- ['index.md', Index] - ['index.md', Index]
- ['sdks/js/javascript.md', 'SDKs', 'Javascript'] - ['sdks/js/javascript.md', 'SDKs', 'Javascript']
- ['sdks/python/python.md', 'SDKs', 'Python'] - ['sdks/python/python.md', 'SDKs', 'Python']
- ['sdks/ruby/ruby.md', 'SDKs', 'Ruby']
- ['contributing.md', 'Contributing', 'Overview'] - ['contributing.md', 'Contributing', 'Overview']
theme: readthedocs theme: readthedocs