-
Notifications
You must be signed in to change notification settings - Fork 7
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
Moved Browser related information to separate page; Added some basic … #151
base: main
Are you sure you want to change the base?
Conversation
…information about the Browser Views.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! :D I've left some remarks inline
But first, understand the two Views of the Browser. | ||
|
||
## Understanding the two Views of the Browser | ||
The Atomic Browser has two views |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not entirely correct - there's also the normal view
, which is the default.
* Edit View `(Ctrl+E)` | ||
* Data View `(Ctrl+D)` | ||
|
||
After installation your browser will be in `Edit View`, also known as 'Data Definitions' View. This means you will be viewing, browsing and editing the Data Definitions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be in normal view
src/SUMMARY.md
Outdated
@@ -36,6 +36,7 @@ | |||
|
|||
* [Atomizing](atomizing.md) | |||
* [Using Atomic-Server](atomic-server.md) | |||
* [Using Atomic-Browser](atomic-browser.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I never really call it atomic-browser
anywhere, but Atomic Data Browser
. To be honest - I think your name is better, though. Maybe we should change it.
@@ -0,0 +1,97 @@ | |||
# Accessing the Atomic-Server by using the Atomic-Browser | |||
|
|||
After installing your server you can access it with your browser. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good place to link to the install instructions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that it's on another page that becomes more important
But by clicking around you're likely to discover these features for yourself. | ||
|
||
In the next page, we'll dive into how you can create an publish JSON-AD files. | ||
You can now start using the Atomic-Server with the build in [Atomic-Browser](./atomic-browser.md) which we will explain in the next page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
built-in
In this guide, we'll can simply use <a href="https://atomicdata.dev" target="_blank">atomicdata.dev</a> in our browser without installing anything. | ||
So you can skip this step and go to [Using the Atomic-Server](#using-the-atomic-server). | ||
|
||
If you just want to try out the Atomic server, you can use the demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's missing something here right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a dot
Let me know if you'll look at my remarks! If you won't I'll make the adjustments myself |
|
||
## How can I see the members of a collection? | ||
|
||
The members of a <a href="https://docs.atomicdata.dev/schema/collections.html" target="_blank">collection</a> are the actual data of that collection, and thus you need to be in [the Data View](#understanding-the-two-views-of-the-browser) `(Ctrl+D)` to see them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use markdown syntax for links
[collection](https://docs.atomicdata.dev/schema/collections.html)
The first screen should show you your [_Drive_](https://atomicdata.dev/classes/Drive). | ||
You can think of this as your root folder. | ||
It is the resource hosted at the root URL, effectively being the home page of your server. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add an image or two
![Beschrijving](../assets/screenshots/plaatje.png)
…information about the Browser Views.