Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Manual refresh using Markdown and MkDocs #85

Closed
wants to merge 22 commits into from

Conversation

jodygarnett
Copy link

Replace the doc/manuals git submodule using *sphinx-build with:

  • doc/help online help for visitors
  • doc/manual user manual ported from submodule contents using pandoc
  • doc/translate python script used to convert between formats and access deepl translation services

We are doing our best to covert the content as is, but it is very hard as the documentation contents need to be updated for GN4.

Reference:

tkohr and others added 22 commits July 26, 2023 17:40
note: this resovles CORS issues when using links, since the explore api responds with the necessary header
Do not switch encoding of protocol if mimetype is empty.
Preserve CharacterString if no mimetype.
…7232)

* Metadata editor / recommended values for fields show an empty value. Fixes #7231

* Metadata editor / recommended values for fields show an empty value - fix radio mode

* Metadata editor / recommended values for fields - fix selected value in radio mode
…ma filters configurations (#6869)

* Extend ElasticSearch proxy to filter out fields with the withheld information from the query response

* Extend XmlSerializer to support 'authenticated' operation and filter out the xml elements

* Fix ifNotOperation typo in enumeration element in schema-ident.xsd

* MEF export - withheld elements in additional formats export

* Search / Avoid NPE when filtering withheld elements. We always need the documentStandard field to check the schema config.

* Indexing / Store nilReason attribute value instead of only withheld. Add nilReason for links (and not only contact).

---------

Co-authored-by: Francois Prunayre <fx.prunayre@gmail.com>
…7073)

* Editor / Top bar / Avoid hiding editor tabs with tool bar actions.

* Prettier.
* Record view / Lineage / Add process steps.

* Record view / Lineage / Add process steps / Processor.

* Record view / Lineage / Add quality measures.

* Indexing / Force field to be array
* Moved png away from main page.

* Typos

* Lowercase method name

* Typo 'registerd'

* Typos
* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Use show-progress: 'false' in code checkout

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juan Luis Rodríguez <juanluisrp@gmail.com>
ODS: Use explore API for OnlineResource linkages
…due to an error. (#7319)

* Hide thumbnail image in metadata page when the image can't be loaded due to an error.

- Hide description related to the image.
- Hide the Overview header in the full view if there is only 1 thumbnail and can't be loaded
Follow up of #6792. 

When sitemap is using a custom URL template, only collect resource identifier if the template contain the resource identifier key.  This avoid doing XPath query on all records in the page (2500) which is quite time consuming. A default sitemap is generated in ~200ms, when adding DOI or Resource identifier, it takes usually more than 30s.
…vided (#7327)

* Return 200 OK for robots.txt and sitemap. Return 200 OK for /robots.xt and /srv/api/sitemap instead 
of 500 "service not found". Previously if the request didn't contain "Accept: text/plain" or 
"Accept: application/xml" the server returned a 500 error. Now the server accepts any "Accept" header 
without complaining, returning a 200 response with "Content-Type: text/plain" or 
"Content-Type: application/xml" and the right content. 
* Disallow /catalog and /static in robots.txt. Some search engines are indexing the Angular JS HTML 
template files. Exclude the ${context_path}/catalog and ${context_path}/static from being crawled by 
robots. Fix #3585.
* Library / Update to wro4j 1.10.1

Fix wro4j cache build with maven on Java 11

* Update OnlineSrcDirective.js

Remove change related to #7317

* Library / Update to wro4j 1.10.1

Add missing var declarations

* Library / Update to wro4j 1.10.1

Remove unreachable code

* Library / Update to wro4j 1.10.1

    Add missing var declaration

* Library / Update to wro4j 1.10.1

Fix variable name

* Library / Update to wro4j 1.10.1

Add missing var declaration

---------

Co-authored-by: Jose García <josegar74@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants