Skip to content

Commit

Permalink
style and references
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 9, 2024
1 parent e5da07c commit 4bbea2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/content/docs/documentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ title: "Documentation"
description: "Explore the SocNetV manual and additional documentation resources."
---

import { LinkButton } from '@astrojs/starlight/components';

The documentation of Social Network Visualizer is a manual maintained in HTML format. It covers pretty much everything you need to know about social network analysis methods, network layout algorithms used by SocNetV, supported social network formats, graph creation, generation of random networks, automatic regeneration of famous data sets, etc. Click the link below to go to the Manual:

[**SocNetV Manual**](/docs/intro)
<LinkButton href="/docs/intro">SocNetV Manual</LinkButton>



:::note
If you prefer to read the code, you can either go to [**SocNetV repository**](https://github.com/socnetv/app) or perhaps checkout the simpler [**code annotation**](/docs/index.html)
:::

Also, there is a [Software Requirements Specification document (PDF format)](../../assets//SRS-Documentation-SocNetV.pdf) for Social Network Visualizer. Vaggelis Motesnitsalis was kind enough to prepare and contribute it. Please note that this PDF document refers to an older version.
2 changes: 1 addition & 1 deletion src/content/docs/reference/example.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Example Reference
title: Reference
description: A reference page in my new Starlight docs site.
---

Expand Down

0 comments on commit 4bbea2a

Please sign in to comment.