Skip to content

Commit

Permalink
release process, fixing documentaiton links to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Mar 2, 2024
1 parent c86b854 commit 81f12d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ GeoServer forms a core component of the Geospatial Web.

## License

GeoServer licensed under the [GPL](https://docs.geoserver.org/latest/en/user/introduction/license.html).
GeoServer licensed under the [GPL](https://docs.geoserver.org/stable/en/user/introduction/license.html).

## Using

Please refer to the [user guide](https://docs.geoserver.org/latest/en/user/) for information
Please refer to the [user guide](https://docs.geoserver.org/stable/en/user/) for information
on how to install and use GeoServer.

## Building
Expand All @@ -32,7 +32,7 @@ build the application run maven from the ```src``` directory.

mvn clean install

See the [developer guide](https://docs.geoserver.org/latest/en/developer/)
See the [developer guide](https://docs.geoserver.org/stable/en/developer/)
for more details.

## Bugs
Expand Down
11 changes: 5 additions & 6 deletions doc/en/developer/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
'user': ('http://docs.geoserver.org/'+branch+'/en/user/%s', None),
'developer': ('http://docs.geoserver.org/latest/en/developer/%s', None),
'docguide': ('http://docs.geoserver.org/latest/en/docguide/%s', None),
'geotools': ('https://docs.geotools.org/latest/userguide/%s', None),
'geotools': ('https://docs.geotools.org/stable/userguide/%s', None),
'geos': ('https://osgeo-org.atlassian.net/browse/GEOS-%s','GEOS-%s'),
'geot': ('https://osgeo-org.atlassian.net/browse/GEOT-%s','GEOT-%s'),
'api': ('http://docs.geoserver.org/latest/en/api/#1.0.0/%s', None)
Expand Down Expand Up @@ -190,7 +190,7 @@
'display_github': True,
'github_user': 'geoserver',
'github_repo': 'geoserver',
'github_version': 'main',
'github_version': '2.25.x',
'conf_py_path': 'doc/en/developer/source'
}

Expand Down Expand Up @@ -225,17 +225,16 @@
'fncychap': '\\usepackage[Sonny]{fncychap}',
'preamble': #"""\\usepackage[parfill]{parskip}
"""
\\hypersetup{
colorlinks = true,
\\hypersetup{
colorlinks = true,
linkcolor = [rgb]{0,0.46,0.63},
anchorcolor = [rgb]{0,0.46,0.63},
citecolor = blue,
filecolor = [rgb]{0,0.46,0.63},
pagecolor = [rgb]{0,0.46,0.63},
urlcolor = [rgb]{0,0.46,0.63}
}
}
"""
}

Expand Down
6 changes: 3 additions & 3 deletions doc/en/user/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

# Used in build and documentation links
# branch = version+'.x'
branch = 'main'
branch = '2.25.x'

# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
Expand Down Expand Up @@ -134,8 +134,8 @@
'docguide': ('http://docs.geoserver.org/latest/en/docguide/%s', None),
'geos': ('https://osgeo-org.atlassian.net/browse/GEOS-%s','GEOS-%s'),
'geot': ('https://osgeo-org.atlassian.net/browse/GEOT-%s','GEOT-%s'),
'api': ('http://docs.geoserver.org/latest/en/api/#1.0.0/%s', None),
'geotools': ('https://docs.geotools.org/latest/userguide/%s', None),
'api': ('http://docs.geoserver.org/stable/en/api/#1.0.0/%s', None),
'geotools': ('https://docs.geotools.org/stable/userguide/%s', None),
'download_release': (download_release,'geoserver-'+download+latest+'-%s.zip'),
'download_extension': (download_extension,'geoserver-'+download+'-%s-plugin.zip'),
'download_community': (download_community,'geoserver-'+download+'-%s-plugin.zip')
Expand Down

0 comments on commit 81f12d7

Please sign in to comment.