Skip to content

Commit 23ae95c

Browse files
authored
Adjust documentation creation to new repo structure (#3274)
1) Add `utilities/stage_sites.py` (probably temporary solution). 2) Remove `utilities/create_site.sh` and `utilities/stage_release.sh` scripts. Other `.sh` releasing scripts will be removed soon. `RELEASING.md` was not update to reflect the changes. The readme will be updated after first successfull release with new structure (the only way to have an accurate releasing reame is to make the release first and record the steps). 3) Remove `.settings` folder. It is an eclipse-specific folder which hasn't been updated for 2 years. Nobody uses eclipse in our team, plus we should keep repo IDE-independent. 4) Move documentaiton look & feel files (.css, .html and .js files) to proper location (to `google-cloud-clients` from root). 5) Remove `google-cloud` maven dependency sample from landing page (since `google-cloud` metapackage was removed) 5) Several minor documentaiton-related fixes.
1 parent 92a205f commit 23ae95c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+328
-630
lines changed

.settings/com.google.appengine.eclipse.core.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

.settings/de.loskutov.anyedit.AnyEditTools.prefs

Lines changed: 0 additions & 18 deletions
This file was deleted.

.settings/edu.umd.cs.findbugs.core.prefs

Lines changed: 0 additions & 137 deletions
This file was deleted.

.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 3 deletions
This file was deleted.

.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 98 deletions
This file was deleted.

.settings/org.eclipse.ltk.core.refactoring.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

.settings/org.eclipse.m2e.core.prefs

Lines changed: 0 additions & 4 deletions
This file was deleted.

google-api-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<site>
8181
<id>github-pages-site</id>
8282
<name>Deployment through GitHub's site deployment plugin</name>
83-
<url>site</url>
83+
<url>site/google-api-grpc</url>
8484
</site>
8585
</distributionManagement>
8686
<licenses>

google-cloud-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
154154
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
155155
<github.global.server>github</github.global.server>
156-
<site.installationModule>google-cloud</site.installationModule>
156+
<site.installationModule>google-cloud-clients</site.installationModule>
157157
<bom.version>0.47.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
158158
<api-client.version>1.23.0</api-client.version>
159159
<gax.version>1.25.0</gax.version>

0 commit comments

Comments
 (0)