Skip to content

Commit

Permalink
docs/docs/ -> manual/
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 9, 2024
1 parent 4bbea2a commit 61dfca6
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
site: 'https://socnetv.org',
base: '/',
redirects: {
'/docs/index2.html': '/documentation'
'/docs/formats.html': '/docs/formats'
},
integrations: [
starlight({
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/documentation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ 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:

<LinkButton href="/docs/intro">SocNetV Manual</LinkButton>
<LinkButton href="/manual/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)
If you prefer to read the code, you can either go to [**SocNetV repository**](https://github.com/socnetv/app) or perhaps checkout the [**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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions src/content/docs/manual/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "index"
description: "An introduction to Social Network Analysis and SocNetV"
layout: "../../../layouts/BaseLayout.astro"
---

import Mermaid from "../../../components/Mermaid.astro";

## What is Social Network Analysis?

A _Social Network_ is the social structure that facilitates communication between a group of _actors_ (individuals or organizations) that are related somehow (i.e., by common interests, shared values, financial exchanges, friendship, dislike, etc).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 61dfca6

Please sign in to comment.