Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #215 from davidradl/git213
Browse files Browse the repository at this point in the history
#213 remove duplicate licence from docs pages
  • Loading branch information
davidradl committed Jul 16, 2021
2 parents 9f763fa + 17df44d commit 7be0e91
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 35 deletions.
2 changes: 0 additions & 2 deletions site/docs/contributors/contributorguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@ This is the client code including the javascript. the cra - stands for Create Re
* This is still work in progress. For example if the session times out you will need to go to the UI URL again manually.
* Contact us via Slack on odpi.slack.com to get additional guidance.


--8<-- "snippets/abbr.md"
6 changes: 1 addition & 5 deletions site/docs/ecosystem/RepositoryExplorerGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,4 @@ document.

Rex uses a styled set of colors, so it can be re-themed. The important colors are defined as CSS variables in the
shared-styles.js file. They are called --egeria-primary-color and --egeria-secondary-color.
By setting the egeria-primary-color you can achieve different themes.

----
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
Copyright Contributors to the ODPi Egeria project.
By setting the egeria-primary-color you can achieve different themes.
5 changes: 0 additions & 5 deletions site/docs/ecosystem/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ Egeria ecosystems, consist of platforms, on which servers run; these servers run
- Server Author: allowing a user to configure a server. This is work in progress.
- Dino: allowing a user to see and work with Egeria platforms and servers operationally.


----
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
Copyright Contributors to the ODPi Egeria project.

3 changes: 0 additions & 3 deletions site/docs/getting-started/prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ Egeria is about integrating metadata from different sources in a peer to peer ma
Each user interface capability in the presentation server requires an associated view service. To use a particular UI capability you need to
have the equivalient view service configured and active; follow [these intructions](https://egeria.odpi.org/open-metadata-implementation/admin-services/docs/concepts/view-server.html) to set up the view services. The name of the UI capability is the same as the name of the view service. Be aware that a view
service has a downstream dependancy as well, for example the Glossary Author View service calls the downstream dependancy [Subject Area OMAS](https://egeria.odpi.org/open-metadata-implementation/access-services/subject-area/), which also needs to be configured and active.


--8<-- "snippets/abbr.md"
3 changes: 0 additions & 3 deletions site/docs/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,3 @@ For glossary author use user 'faithbroker' and password 'admin'.
## 5. SSL configuration
By default the Egeria React UI uses a truststore.p12 and keystore.p12 files for ssl. The p12 files are copies of files 'https://github.com/odpi/egeria/blob/master/keystore.p12' and 'https://github.com/odpi/egeria/blob/master/truststore.p12', which are the definitive sources of these files. The keystore and truststore files allow Egeria to run simply in a demo/development; this is not appropriate for production, which should be appropriately secured.
--8<-- "snippets/abbr.md"
8 changes: 1 addition & 7 deletions site/docs/overview/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@ Egeria React User Interface developers work with nodejs, develop in javascript,
The **Presentation Server** is a multi-tenant persona based server that serves a user interface - it issues rest calls downstream primarily to [view servers](https://egeria.odpi.org/open-metadata-implementation/admin-services/docs/concepts/view-server.html)

See the [Egeria Planning guide](https://egeria.odpi.org/open-metadata-publication/website/planning-guide/) to familiarise yourself with
the types of [Egeria OMAG Servers](https://egeria.odpi.org/open-metadata-implementation/docs/concepts/omag-server.md). There is an Egeria tutorial on setting up Egeria servers can be following (Egeria Dojo](https://egeria.odpi.org/open-metadata-resources/open-metadata-tutorials/egeria-dojo/), but this does not detail the parts to do with the presentation server and this UI.
the types of [Egeria OMAG Servers](https://egeria.odpi.org/open-metadata-implementation/docs/concepts/omag-server.md). There is an Egeria tutorial on setting up Egeria servers can be following [Egeria Dojo](https://egeria.odpi.org/open-metadata-resources/open-metadata-tutorials/egeria-dojo/), but this does not detail the parts to do with the presentation server and this UI.

There are 2 types of capabilities in the Presentation Server.

* [Ecosystem Tools](../ecosystem/ecosystem.md)
* [Solutions](../solutions/solutions.md)


----
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
Copyright Contributors to the ODPi Egeria project.

4 changes: 0 additions & 4 deletions site/docs/solutions/GlossaryAuthor/GlossaryAuthorGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,3 @@ Glove is a visualisation that can be displayed when there is a selected node, it
- add spine object views
- add collaboration authoring and viewing
- start with a context from the community profile.

----
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
Copyright Contributors to the ODPi Egeria project.
7 changes: 1 addition & 6 deletions site/docs/solutions/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ These are user interface capabilities allowing particular personas to work with

- [GlossaryAuthor](./GlossaryAuthor/GlossaryAuthorGuide.md): allowing a Glossary Author persona to create, update and delete Glossary content.

The expectation is that more solutions will be developed by the community.

----
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
Copyright Contributors to the ODPi Egeria project.

The expectation is that more solutions will be developed by the community.

0 comments on commit 7be0e91

Please sign in to comment.