Skip to content

Commit 12a0b82

Browse files
Update docs, and add package-preload docs
1 parent 1532ae8 commit 12a0b82

File tree

5 files changed

+84
-15
lines changed

5 files changed

+84
-15
lines changed

docs/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ Most of the Pulsar/Atom user and developer documentation is contained on the [Pu
66

77
While the Pulsar website does not yet have the Pulsar API documentation, this is partially available within [Pulsar API Documentation](./Pulsar-API-Documentation.md) or otherwise the original docs are available from community members [here](https://atom-flight-manual-archive.github.io/).
88

9-
## General Documentation
10-
11-
Resources about the structure of Pulsar available:
12-
* [Overview](./architecture/overview.md)
13-
* ['The World'](./architecture/the-world.md)
9+
There is also general guidance on the internal [stucture and behavior](./architecture/README.md) of Pulsar available.
1410

1511
## Build documentation
1612

docs/architecture/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Pulsar Architecture
2+
3+
This directory contains a collection of files and diagrams, that aim to easily explain some of the core components or behaviors of Pulsar.
4+
5+
Remember that keeping this charts up to date is best effort, and the age of these files should be taken into consideration.
6+
7+
## Contents
8+
- [Startup Overview](./overview.md)
9+
- ['The World'](./the-world.md)
10+
- [Package Preload](./package-preload.md)

0 commit comments

Comments
 (0)