0.4.8 • Published 9 months ago

@google-cloud/cloud-rad v0.4.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

nodejs-cloud-rad

Helper tool to generate documentation for Nodejs client libraries and upload them to https://cloud.google.com/nodejs/docs/reference.

Run locally

Inside a client library, run:

npm install
npm install --no-save https://github.com/googleapis/nodejs-cloud-rad#main

npx @google-cloud/cloud-rad 

Set NO_UPLOAD=1 to generate the docfx yaml without attempting to upload to Cloud RAD.

Ignore the warnings about pip. There should be a _devsite folder with yaml files. Install docfx. Clone https://github.com/googleapis/doc-templates outside of the client library.

Create the following docfx.json file inside the client library:

{
  "build": {
    "content": [
      {
        "files": ["**/*.yml"],
        "src": "_devsite/",
        "dest": "api"
      }
    ],
    "dest": "_site",
    "template": [
      "/absolute path to/doc-templates/third_party/docfx/templates/devsite"
    ]
  } 
}

Run docfx --serve. You should see docs without CSS styling on localhost:8080/api.

0.4.8

9 months ago

0.4.80-debug

9 months ago

0.4.72-debug

10 months ago

0.4.7

10 months ago

0.4.7-debug

10 months ago

0.4.71-debug

10 months ago

0.4.52-debug

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.6

11 months ago

0.4.5-debug

1 year ago

0.4.51-debug

1 year ago

0.4.32-debug

1 year ago

0.4.3

1 year ago

0.4.3-debug

1 year ago

0.4.31-debug

1 year ago

0.4.2

1 year ago

0.4.2-debug

1 year ago

0.4.21-debug

1 year ago

0.4.1

1 year ago

0.4.1-debug

1 year ago

0.4.11-debug

1 year ago

0.3.8-debug

2 years ago

0.4.0

2 years ago

0.3.61-debug

2 years ago

0.3.79-debug

2 years ago

0.3.7

2 years ago

0.3.4-debug

2 years ago

0.3.77-debug

2 years ago

0.3.45-debug

2 years ago

0.3.44-debug

2 years ago

0.3.78-debug

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.2

2 years ago

0.3.41-debug

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.46-debug

2 years ago

0.3.43-debug

2 years ago

0.3.42-debug

2 years ago

0.1.8-debug

3 years ago

0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.1.2-debug

3 years ago

0.1.11-debug

3 years ago

0.1.14-debug

3 years ago

0.1.7-debug

3 years ago

0.3.0

3 years ago

0.1.3-debug

3 years ago

0.3.1

3 years ago

0.1.10-debug

3 years ago

0.1.0-debug

3 years ago

0.1.13-debug

3 years ago

0.1.6-debug

3 years ago

0.1.4-debug

3 years ago

0.1.1-debug

3 years ago

0.1.12-debug

3 years ago

0.1.5-debug

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago