From 4bbea2a784bd41a8fd6cc8bd274a55925c31b1f3 Mon Sep 17 00:00:00 2001 From: Dimitris Kalamaras Date: Mon, 9 Dec 2024 15:46:16 +0200 Subject: [PATCH] style and references --- src/content/docs/documentation.mdx | 10 +++++++++- src/content/docs/reference/example.md | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/content/docs/documentation.mdx b/src/content/docs/documentation.mdx index b4416fb..4955fc3 100644 --- a/src/content/docs/documentation.mdx +++ b/src/content/docs/documentation.mdx @@ -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) +SocNetV Manual + + + +:::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. diff --git a/src/content/docs/reference/example.md b/src/content/docs/reference/example.md index 0224f09..d369d60 100644 --- a/src/content/docs/reference/example.md +++ b/src/content/docs/reference/example.md @@ -1,5 +1,5 @@ --- -title: Example Reference +title: Reference description: A reference page in my new Starlight docs site. ---